Debugging an asyncio application I've found that many _SelectorSocketTransport objects end up listed in gc.garbage instead of being released as soon as possible.
Pitch
We could release resources as soon as possible, and avoid this task to be done by gc.
rkojedzinszky commentedDec 19, 2022
•
edited by bedevere-bot
Feature or enhancement
Debugging an asyncio application I've found that many _SelectorSocketTransport objects end up listed in gc.garbage instead of being released as soon as possible.
Pitch
We could release resources as soon as possible, and avoid this task to be done by gc.
Linked PRs
The text was updated successfully, but these errors were encountered: