Message 388613 - Python tracker
Message388613
| Author | vstinner |
|---|---|
| Recipients | Neui, SilentGhost, eryksun, ezio.melotti, jberg, ncoghlan, vstinner |
| Date | 2021-03-13.13:15:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1615641320.82.0.621650967312.issue35883@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> https://bugs.python.org/issue25631 "Segmentation fault with invalid Unicode command-line arguments in embedded Python" (actually 'fixed' since it now abort()s) This issue is different: it is about the Py_Main() function called explicitly when Python is embedded in an application. Python fails if the command line contains a *wide character* outside the [U+0000; U+10ffff] range. This issue is about Python on Linux in which case Py_BytesMain() is used to decode *bytes* from the command line. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-03-13 13:15:20 | vstinner | set | recipients: + vstinner, ncoghlan, ezio.melotti, SilentGhost, eryksun, Neui, jberg |
| 2021-03-13 13:15:20 | vstinner | set | messageid: <1615641320.82.0.621650967312.issue35883@roundup.psfhosted.org> |
| 2021-03-13 13:15:20 | vstinner | link | issue35883 messages |
| 2021-03-13 13:15:20 | vstinner | create | |