-
-
Notifications
You must be signed in to change notification settings - Fork 32k
-X showrefcount
doesn't do per-statement reports in new REPL
#134097
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
Comments
Hi Petr, are you working on this? Happy to take it if you're busy! :) |
Go ahead! Thank you :)
…On May 16, 2025 6:42:10 PM GMT+02:00, Kirill Podoprigora ***@***.***> wrote:
Eclips4 left a comment (python/cpython#134097)
Hi Petr, are you working on this? Happy to take it if you're busy! :)
--
Reply to this email directly or view it on GitHub:
#134097 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
ambv
added a commit
that referenced
this issue
May 19, 2025
…REPL (gh-134136) Co-authored-by: Łukasz Langa <lukasz@langa.pl>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 19, 2025
…n new REPL (pythongh-134136) (cherry picked from commit c31547a) Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 19, 2025
…n new REPL (pythongh-134136) (cherry picked from commit c31547a) Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
ambv
added a commit
that referenced
this issue
May 19, 2025
ambv
added a commit
that referenced
this issue
May 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
-X showrefcount
should “output the total reference count and number of used memory blocks [...] after each statement in the interactive interpreter. This only works on debug builds.”This works with
PYTHON_BASIC_REPL=1
, but with the new REPL the totals are only shown at exit.CPython versions tested on:
3.13, 3.14, CPython main branch
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: