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 steve.dower
Recipients matrixise, palotasb-conti, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-02-20.19:35:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550691308.28.0.551771649598.issue36020@roundup.psfhosted.org>
In-reply-to
Content
Start by just deleting the definitions in pyerrors.h, and see where the build fails. Then either switch those to use PyOS_snprintf (best), or add the #ifndef checks in the source files (not header files) that need them.

Be aware that we shouldn't backport the deletion from the headers to 3.7. Backporting the code changes to use the PyOS_* functions is fine though.
History
Date User Action Args
2019-02-20 19:35:08steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, matrixise, palotasb-conti
2019-02-20 19:35:08steve.dowersetmessageid: <1550691308.28.0.551771649598.issue36020@roundup.psfhosted.org>
2019-02-20 19:35:08steve.dowerlinkissue36020 messages
2019-02-20 19:35:08steve.dowercreate