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 benjamin.peterson, methane, serhiy.storchaka
Date 2018-07-11.07:58:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531295902.23.0.56676864532.issue31377@psf.upfronthosting.co.za>
In-reply-to
Content
I doubt that interning cause reproduciblity problem.

AFAIK, all strings in code object are interned or not
interned deterministically.

https://bugzilla.opensuse.org/show_bug.cgi?id=1049186
This issue seems be caused by w_ref() based on object refcnt,
not interning.
History
Date User Action Args
2018-07-11 07:58:22methanesetrecipients: + methane, benjamin.peterson, serhiy.storchaka
2018-07-11 07:58:22methanesetmessageid: <1531295902.23.0.56676864532.issue31377@psf.upfronthosting.co.za>
2018-07-11 07:58:22methanelinkissue31377 messages
2018-07-11 07:58:22methanecreate