<mattip>
antocuni: about HPy_GLobal_Store/Load: if I understand correctly we need to keep alive the global index of the handle and any app-level objects it might wrap
<mattip>
do we need to set aside a range of indices that will be used specifically for global handles in the handle manager?
<mattip>
is it correct that the logic must manage the lifetime of the wrapped objects separately from the logic in handlemanager?
<antocuni>
mattip: yes, that's correct. Also, I think that the idea is that they are automatically per-thread, but better to ask fangerer and steve_s to double check
<antocuni>
but I think that for now it's perfectly fine to store them as a field in the State (and think about threading later) is we are not sure
<fangerer>
We can leave it at that for now. We were just discussing that the design of HPyGlobal also allows to be used with subinterpreters.