-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gc.DEBUG_STATS no longer print out anything #122298
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
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Comments
@markshannon Was this intentional? |
markshannon
added a commit
that referenced
this issue
Aug 23, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 23, 2024
(cherry picked from commit 7cd3aa4) Co-authored-by: Mark Shannon <mark@hotpy.org>
Yhg1s
added a commit
to Yhg1s/cpython
that referenced
this issue
Sep 29, 2024
…H-123261) (python#123268)" This reverts commit b1372e2.
Thanks for the fix and backport, let's close if nothing left to do here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
The command
gc.set_debug(gc.DEBUG_STATS)
no longer prints out any statistics, even thoughgc.set_debug(gc.DEBUG_COLLECTABLE)
shows that thegc
is still being run.(Probably caused by the incremental GC implementation, #116206 .)
For testing you can use the following code --- in previous Python versions the
collecting generation 0
text is printed, now it's notCPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: