-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory leak of NoDefaultType
in _typing
#123448
Labels
type-bug
An unexpected behavior, bug, or error
Comments
ZeroIntensity
changed the title
Memory leak of
Memory leak of Aug 29, 2024
NoDefaultType in
_typing`NoDefaultType
in _typing
JelleZijlstra
pushed a commit
that referenced
this issue
Aug 29, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 29, 2024
…ythonGH-123449) (cherry picked from commit c9930f5) Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: