[docs] [issue36355] Remove documentation and internal use of the *RESTRICTED constants for PyMemberDef's flags field

Josh Rosenberg report at bugs.python.org
Mon Mar 18 15:20:23 EDT 2019


Josh Rosenberg <shadowranger+python at gmail.com> added the comment:

To be clear, only the constants that include the substring RESTRICTED are useless; READONLY remains useful and should not be removed (though per my suggestion on #36347, it might be good to add an alias for it named PY_READONLY to match the Python C API naming conventions).

----------
title: Remove documentation and internal use of the RESTRICTED constants for PyMemberDef's flags field -> Remove documentation and internal use of the *RESTRICTED constants for PyMemberDef's flags field

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36355>
_______________________________________


More information about the docs mailing list