Message371602
| Author | vstinner |
|---|---|
| Recipients | matrixise, miss-islington, palotasb-conti, paul.moore, skrah, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2020-06-15.22:58:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1592261896.12.0.884652830832.issue36020@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I removed the two offending macro defines from Python.h (pyerrors.h) in 3.9 and master branches. I close the issue. I also simplified PyOS_snprintf() and PyOS_vsnprintf() implementation in the master branch: they no longer call Py_FatalError() on buffer overflow, on platforms which don't provide vsnprintf(). vsnprintf() is now required to build the master branch. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-06-15 22:58:16 | vstinner | set | recipients: + vstinner, paul.moore, tim.golden, skrah, zach.ware, steve.dower, matrixise, miss-islington, palotasb-conti |
| 2020-06-15 22:58:16 | vstinner | set | messageid: <1592261896.12.0.884652830832.issue36020@roundup.psfhosted.org> |
| 2020-06-15 22:58:16 | vstinner | link | issue36020 messages |
| 2020-06-15 22:58:15 | vstinner | create | |