Memory leak of NoDefaultType
in _typing
#123448
Labels
type-bug
An unexpected behavior, bug, or error
NoDefaultType
in _typing
#123448
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_Type
to the static types array #123449_PyNoDefault_Type
to the static types array (GH-123449) #123450The text was updated successfully, but these errors were encountered: