
May 27, 2020
3:50 p.m.
STINNER Victor <vstinner@python.org> added the comment:
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. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue2897> _______________________________________
1870
Age (days ago)
1870
Last active (days ago)
0 comments
1 participants
participants (1)
-
STINNER Victor