Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
Bug report
Bug description:
Quick reproducer:
$ ./python -X showrefcount -c "import _typing"[8 refs, 0 blocks]The underlying leaked object isNoDefaultType. I think this was caused bygh-118897 (cc@JelleZijlstra).
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux