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 ishcherb
Recipients benjamin.peterson, cstratak, ishcherb, serhiy.storchaka, vstinner
Date 2017-10-06.20:36:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> I don't know if we can easily implement "-X showalloccount", since
> Python 2.7 doesn't have sys._xoptions. Maybe we could use a new
> environment variable instead: PYTHONSHOWALLOCCOUNT=1?


That is how it is bypassed in Fedora Py2 builds currently. I am attaching the patch we use.
History
Date User Action Args
2017-10-06 20:36:32ishcherbsetrecipients: + ishcherb, vstinner, benjamin.peterson, serhiy.storchaka, cstratak
2017-10-06 20:36:32ishcherbsetmessageid: <[email protected]>
2017-10-06 20:36:32ishcherblinkissue31692 messages
2017-10-06 20:36:32ishcherbcreate