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. |
||
|---|---|---|
| .. | ||
| test_event.py | ||
| test_futures.py | ||
| test_pythontask.py | ||