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 methane
Recipients Alexandru Ardelean, Frederik Rietdijk, Ray Donnelly, barry, benjamin.peterson, bmwiedemann, brett.cannon, dstufft, eric.araujo, eric.smith, eschwartz, jefferyto, mcepl, methane, miss-islington, sascha_silbe, vstinner
Date 2020-12-31.09:06:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609405597.29.0.228018138706.issue29708@roundup.psfhosted.org>
In-reply-to
Content
> note the optimized .pyc is deterministic. As far as I know only __debug__ is set to False, or is there something else different?

There is no difference between normal pyc and optimized pyc.

* frozenset is deterministic if PYTHONHASHSEED is set
* FLAG_REF is unstable. It is based on reference count but it is changed by various environment (environment variables, build path, order of py files, and any other thing using interned strings). bpo-30493 must be fixed.
History
Date User Action Args
2020-12-31 09:06:37methanesetrecipients: + methane, barry, brett.cannon, vstinner, eric.smith, benjamin.peterson, mcepl, eric.araujo, sascha_silbe, dstufft, bmwiedemann, Frederik Rietdijk, Alexandru Ardelean, Ray Donnelly, eschwartz, miss-islington, jefferyto
2020-12-31 09:06:37methanesetmessageid: <1609405597.29.0.228018138706.issue29708@roundup.psfhosted.org>
2020-12-31 09:06:37methanelinkissue29708 messages
2020-12-31 09:06:37methanecreate