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 GBeauregard
Recipients AlexWaygood, GBeauregard, JelleZijlstra, gvanrossum, kj, levkivskyi, sobolevn
Date 2022-02-04.23:35:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644017743.0.0.754175269434.issue46644@roundup.psfhosted.org>
In-reply-to
Content
In addition to the 10 tests failed in test_typing.py, one additional test fails in test_types.py with this change: https://github.com/python/cpython/blob/bf95ff91f2c1fc5a57190491f9ccdc63458b089e/Lib/test/test_types.py#L834-L838 and those are all the tests in cpython changed.

This falls in category (1), checking that an int literal is not a type, but with the apparent intent to prevent index subscripting.
History
Date User Action Args
2022-02-04 23:35:43GBeauregardsetrecipients: + GBeauregard, gvanrossum, levkivskyi, JelleZijlstra, sobolevn, kj, AlexWaygood
2022-02-04 23:35:42GBeauregardsetmessageid: <1644017743.0.0.754175269434.issue46644@roundup.psfhosted.org>
2022-02-04 23:35:42GBeauregardlinkissue46644 messages
2022-02-04 23:35:42GBeauregardcreate