it looks like sessions are created and destroyed i...
# development
h
it looks like sessions are created and destroyed in python via the
self.gc
mechanism, so maybe that's doing something unusual. I also don't know if it bog standard rust it's possible for
drop()
to be invoked multiple times in some cases
hm, but it seems like the explicitly-registered destructor for a session isn't actually invoked? @average-vr-56795 do you know what's going on with this code?