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 pablogsal
Recipients BTaskaya, asvetlov, jack1142, lukasz.langa, miss-islington, pablogsal, serhiy.storchaka, vstinner, yselivanov
Date 2020-04-30.04:52:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588222337.45.0.36261857877.issue39562@roundup.psfhosted.org>
In-reply-to
Content
I think we should backport the fix 4454057269b995341b04d13f0bf97f96080f27d0 (change constants) to 3.8 given that the likelihood of users using the actual hardcoded value of the constants instead of the constants themselves is very low. Also, given the collision, it would be fixing a bug present still in 3.8. 

If we revert 9052f7a41b90f2d34011c8da68f9a4facebc8a97 we would have two bugs in 3.8: collision of constants and asyncio repr not working properly.
History
Date User Action Args
2020-04-30 04:52:17pablogsalsetrecipients: + pablogsal, vstinner, asvetlov, lukasz.langa, serhiy.storchaka, yselivanov, miss-islington, BTaskaya, jack1142
2020-04-30 04:52:17pablogsalsetmessageid: <1588222337.45.0.36261857877.issue39562@roundup.psfhosted.org>
2020-04-30 04:52:17pablogsallinkissue39562 messages
2020-04-30 04:52:17pablogsalcreate