Message 406721 - Python tracker
Message406721
| 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:23 | iritkatriel | set | recipients: + iritkatriel, terry.reedy, vstinner, serhiy.storchaka, ukl |
| 2021-11-21 14:53:23 | iritkatriel | set | messageid: <1637506403.17.0.338850507138.issue32582@roundup.psfhosted.org> |
| 2021-11-21 14:53:23 | iritkatriel | link | issue32582 messages |
| 2021-11-21 14:53:23 | iritkatriel | create | |