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 iritkatriel
Recipients iritkatriel, serhiy.storchaka, terry.reedy, ukl, vstinner
Date 2021-11-21.14:53:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637506403.17.0.338850507138.issue32582@roundup.psfhosted.org>
In-reply-to
Content
Still raising OVerflowError on 3.11:

>>> print(chr(0x80000000))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OverflowError: Python int too large to convert to C int
History
Date User Action Args
2021-11-21 14:53:23iritkatrielsetrecipients: + iritkatriel, terry.reedy, vstinner, serhiy.storchaka, ukl
2021-11-21 14:53:23iritkatrielsetmessageid: <1637506403.17.0.338850507138.issue32582@roundup.psfhosted.org>
2021-11-21 14:53:23iritkatriellinkissue32582 messages
2021-11-21 14:53:23iritkatrielcreate