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 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:16vstinnersetrecipients: + vstinner, paul.moore, tim.golden, skrah, zach.ware, steve.dower, matrixise, miss-islington, palotasb-conti
2020-06-15 22:58:16vstinnersetmessageid: <1592261896.12.0.884652830832.issue36020@roundup.psfhosted.org>
2020-06-15 22:58:16vstinnerlinkissue36020 messages
2020-06-15 22:58:15vstinnercreate