Uh oh!
There was an error while loading. Please reload this page.
bpo-45873: Restore Python 3.6 compatibility (GH-29730) - #29730
Conversation
bedevere-bot
commented
Nov 23, 2021
gvanrossum
left a comment
There was a problem hiding this comment.
LGTM, but is it even worth testing for 3.7+? Why not always take the slow path?
bedevere-bot
commented
Nov 23, 2021
tiran
commented
Nov 23, 2021
I left the old implementation in because it's more readable. The fast path is now in a doc string for future reference. I also added more debug code to configure to figure out what is going on on the Debian buildbot. |
tiran
commented
Nov 23, 2021
Closing and reopening to retrigger Azure. |
gvanrossum
left a comment
There was a problem hiding this comment.
(Why do we even bother with "python3 python"? For weird platforms that have only one of those but it happens to be 3.6 or better?)
tiran
commented
Nov 23, 2021
I don't know and kept |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
gvanrossum
commented
Nov 23, 2021
miss-islington
commented
Nov 23, 2021
@tiran: Status check is done, and it's a failure ❌ . |
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
https://bugs.python.org/issue45873
Automerge-Triggered-By: GH:tiran