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 loewis
Recipients belopolsky, benjamin.peterson, georg.brandl, loewis, rhettinger
Date 2009-01-06.10:09:14
SpamBayes Score 0.0012392859
Marked as misclassified No
Message-id <1231236555.44.0.187214070401.issue2897@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Alexander; the header shouldn't be included into Python.h
as-is.

I would propose to eliminate it eventually, with the following steps:
1. move PyMemberDef and the function declarations into object.h
2. (simultaneously) introduce properly-prefixed macros in object.h
3. deprecate structmember.h
4. remove it
History
Date User Action Args
2009-01-06 10:09:15loewissetrecipients: + loewis, georg.brandl, rhettinger, belopolsky, benjamin.peterson
2009-01-06 10:09:15loewissetmessageid: <1231236555.44.0.187214070401.issue2897@psf.upfronthosting.co.za>
2009-01-06 10:09:14loewislinkissue2897 messages
2009-01-06 10:09:14loewiscreate