[issue2897] include structmember.h in Python.h

Serhiy Storchaka report at bugs.python.org
Mon Oct 3 14:20:17 EDT 2016


Serhiy Storchaka added the comment:

Please don't forget to use "hg copy" for creating object.h from structmember.h. This preserves the history.

structmember.h should be implemented using object.h. Include object.h and add aliases.

Only READONLY flag is used in 3.x (issue28349). Other flags can be removed.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2897>
_______________________________________


More information about the Python-bugs-list mailing list