<antocuni>
I'm having connection troubles, trying to reboot the laptop
<antocuni>
and now I have to update zoom
<mattip>
whoops, had a power outage and went out for a hike, sorry
<Hodgestar>
mattip: Sounds like a good use of a power outage!
<Hodgestar>
fangerer: Tx for running the meeting again.
<mattip>
is there a summary?
<Hodgestar>
I *think* phlebas was taking notes.
<Hodgestar>
How to deal with destructors of various kinds (needed for numpy) and whether to provide a means to get a context when one doesn't have one (for destructors and some other cases like pybind11) took up a chunk of the time.
<phlebas>
Hodgestar, mattip: yes i was, I'll post them this afternoon
<Hodgestar>
Stepan came up with a reasonable idea for the function to get a context -- a context method that creates a closure over a function, so something like: (void (*f)(void *)) HPy_InvokeWithContext(ctx, (void (*f)(HPyContext *, void *))).