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 Arfrever, Matthias Braun, belopolsky, benjamin.peterson, berker.peksag, docs@python, georg.brandl, herzbube, loewis, matrixise, rhettinger, serhiy.storchaka, skip.montanaro, vstinner
Date 2020-05-27.15:50:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590594625.42.0.31147261754.issue2897@roundup.psfhosted.org>
In-reply-to
Content
> Note that structmember.h pollutes global namespace with macros that do not have conventional Py_ or PY_ prefix.  READONLY and RESTRICTED macros seem to be most likely to conflict with other code.

One small enhance would be to add such prefix when Py_LIMITED_API is defined.
History
Date User Action Args
2020-05-27 15:50:25vstinnersetrecipients: + vstinner, loewis, skip.montanaro, georg.brandl, rhettinger, belopolsky, benjamin.peterson, Arfrever, herzbube, docs@python, berker.peksag, serhiy.storchaka, matrixise, Matthias Braun
2020-05-27 15:50:25vstinnersetmessageid: <1590594625.42.0.31147261754.issue2897@roundup.psfhosted.org>
2020-05-27 15:50:25vstinnerlinkissue2897 messages
2020-05-27 15:50:25vstinnercreate