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 gregory.p.smith, vstinner
Date 2019-12-07.00:42:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575679345.89.0.128102623737.issue38991@roundup.psfhosted.org>
In-reply-to
Content
> do we have any buildbots using -X showrefcount?

No. What would be the purpose of such buildbot?

-X showrefcount is tested by test_cmd_line.test_showrefcount().

I ran "./python -X showrefcount -m test -j0 -r": all tests pass. (test_pty fail when run in parallel, but pass when run sequentially: bpo-38547, it's unrelated to this change).
History
Date User Action Args
2019-12-07 00:42:25vstinnersetrecipients: + vstinner, gregory.p.smith
2019-12-07 00:42:25vstinnersetmessageid: <1575679345.89.0.128102623737.issue38991@roundup.psfhosted.org>
2019-12-07 00:42:25vstinnerlinkissue38991 messages
2019-12-07 00:42:25vstinnercreate