This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients jeremy.kloth, jkloth, vstinner
Date 2022-02-26.23:34:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645918474.22.0.36233776395.issue46857@roundup.psfhosted.org>
In-reply-to
Content
I just built Python with --with-trace-refs. On Linux, it works as expected:

$ ./python -I -X showrefcount -c pass 
[0 refs, 0 blocks]
History
Date User Action Args
2022-02-26 23:34:34vstinnersetrecipients: + vstinner, jkloth, jeremy.kloth
2022-02-26 23:34:34vstinnersetmessageid: <1645918474.22.0.36233776395.issue46857@roundup.psfhosted.org>
2022-02-26 23:34:34vstinnerlinkissue46857 messages
2022-02-26 23:34:34vstinnercreate