open_toontown_panda3d/panda
John C. Allwein 21b39da65d pythonTask: fix refcount leak of non-panda Future::done
A missing Py_DECREF on the future's "done" method
caused both the bound method and the underlying
self instance of the future to be leaked when
awaiting non-panda futures (such as _asyncio.Future).

This change includes a simple new test addition
to catch this in the future.
2024-08-08 21:51:03 -06:00
..
metalibs Merge branch 'release/1.10.x' 2024-03-12 15:39:16 +01:00
src pythonTask: fix refcount leak of non-panda Future::done 2024-08-08 21:51:03 -06:00
CMakeLists.txt net: Prepare to split these classes out into panda3d.net module 2024-03-02 13:41:23 +01:00