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 scoder
Recipients ethan smith, gvanrossum, levkivskyi, masthana, miss-islington, msullivan, petr.viktorin, scoder, serhiy.storchaka, vstinner, yselivanov
Date 2020-06-20.17:47:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592675275.89.0.298694277638.issue35975@roundup.psfhosted.org>
In-reply-to
Content
I wasn't sure which is better – solve it or leave it. But it seems a) easy to adapt to on user side, and b) solvable in CPython in a way that allows code that wants to adapt to work across 3.8.x versions. Only code that does not get adapted would risk failure in existing 3.8.x versions, and benefit from a fix in future 3.8.x releases.

So, yeah, I think we should fix it then.
History
Date User Action Args
2020-06-20 17:47:55scodersetrecipients: + scoder, gvanrossum, vstinner, petr.viktorin, serhiy.storchaka, yselivanov, levkivskyi, ethan smith, miss-islington, masthana, msullivan
2020-06-20 17:47:55scodersetmessageid: <1592675275.89.0.298694277638.issue35975@roundup.psfhosted.org>
2020-06-20 17:47:55scoderlinkissue35975 messages
2020-06-20 17:47:55scodercreate