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 barry
Recipients Dutcho, barry, ethan.furman
Date 2021-10-18.22:55:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634597717.39.0.105513937433.issue45493@roundup.psfhosted.org>
In-reply-to
Content
This doesn't seem right, given that PEP 663 has not been approved by the SC yet:

3.9.7 (default, Oct 13 2021, 06:45:31) 
[Clang 13.0.0 (clang-1300.0.29.3)]
ABC.a ABC.b ABC.c ABC.a <ABC.a: 1>
|main=|@presto[~/projects/python/cpython:1058]% python3.10 /tmp/foo.py 
3.10.0 (default, Oct 13 2021, 06:45:00) [Clang 13.0.0 (clang-1300.0.29.3)]
ABC.a ABC.b ABC.c ABC.a <ABC.a: 1>
|main=|@presto[~/projects/python/cpython:1059]% ./python.exe /tmp/foo.py 
3.11.0a1+ (heads/main:6a533a4238, Oct 18 2021, 15:30:20) [Clang 13.0.0 (clang-1300.0.29.3)]
a b c a ABC.a

In 3.10, the behavior was reverted back to 3.9, so it makes sense that those two have the same output.  Python 3.11 should as well, for now at least, until the SC approves PEP 663
History
Date User Action Args
2021-10-18 22:55:17barrysetrecipients: + barry, ethan.furman, Dutcho
2021-10-18 22:55:17barrysetmessageid: <1634597717.39.0.105513937433.issue45493@roundup.psfhosted.org>
2021-10-18 22:55:17barrylinkissue45493 messages
2021-10-18 22:55:17barrycreate