open_toontown_panda3d/tests/event
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
..
test_event.py interrogate: Support subclassing C++ objects from Python 2024-03-29 20:51:34 +01:00
test_futures.py pythonTask: fix refcount leak of non-panda Future::done 2024-08-08 21:51:03 -06:00
test_pythontask.py task: Implement garbage collector support for PythonTask 2024-03-29 20:51:45 +01:00