We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NoDefaultType
_typing
Quick reproducer:
$ ./python -X showrefcount -c "import _typing" [8 refs, 0 blocks]
The underlying leaked object is NoDefaultType. I think this was caused by gh-118897 (cc @JelleZijlstra).
CPython main branch
Linux
_PyNoDefault_Type
Bug report
Bug description:
Quick reproducer:
The underlying leaked object is
NoDefaultType. I think this was caused by gh-118897 (cc @JelleZijlstra).CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
_PyNoDefault_Typeto the static types array #123449_PyNoDefault_Typeto the static types array (GH-123449) #123450