Steve Dower <steve.do...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36020>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to