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 xtreak
Recipients Grzegorz Krasoń, xtreak
Date 2020-04-18.14:30:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587220224.02.0.573502488439.issue40317@roundup.psfhosted.org>
In-reply-to
Content
This will be resolved hopefully resolved using https://github.com/python/cpython/pull/10307 . Using my patch on the reproducer in the report.

./python bpo40317.py
123
    class Number:
        payload = 123

321
    class Number:
        payload = 321
History
Date User Action Args
2020-04-18 14:30:24xtreaksetrecipients: + xtreak, Grzegorz Krasoń
2020-04-18 14:30:24xtreaksetmessageid: <1587220224.02.0.573502488439.issue40317@roundup.psfhosted.org>
2020-04-18 14:30:24xtreaklinkissue40317 messages
2020-04-18 14:30:23xtreakcreate