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 vstinner
Recipients eryksun, itaibn, ncoghlan, vstinner
Date 2019-09-26.00:53:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569459206.2.0.541828784076.issue25631@roundup.psfhosted.org>
In-reply-to
Content
This bug has been fixed in the implementation of the PEP 587.

$ gcc x.c -l python3.8 $(pkg-config python-3.8 --cflags --libs) -o x
$ ./x
Fatal Python error: pyinit_main: can't finish initializing sys
ValueError: character U+110000 is not in range [U+0000; U+10ffff]

Current thread 0x00007fd23364e6c0 (most recent call first):

=> it doesn't crash anymore, but write a error message and exit.
History
Date User Action Args
2019-09-26 00:53:26vstinnersetrecipients: + vstinner, ncoghlan, eryksun, itaibn
2019-09-26 00:53:26vstinnersetmessageid: <1569459206.2.0.541828784076.issue25631@roundup.psfhosted.org>
2019-09-26 00:53:26vstinnerlinkissue25631 messages
2019-09-26 00:53:26vstinnercreate