cpython
cpython copied to clipboard
gh-121621: Move asyncio freelist to thread state
Follow up to https://github.com/python/cpython/pull/121622
There's a refleak which I traced down to a bug in the freelist clearing code, but I have no clue why it's causing it (see below).
- Issue: gh-121621