Message 79244 - Python tracker (original) (raw)

Message79244

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:15 loewis set recipients: + loewis, georg.brandl, rhettinger, belopolsky, benjamin.peterson
2009-01-06 10:09:15 loewis set messageid: 1231236555.44.0.187214070401.issue2897@psf.upfronthosting.co.za
2009-01-06 10:09:14 loewis link issue2897 messages
2009-01-06 10:09:14 loewis create