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 gvanrossum, lemburg, loewis, r.david.murray, scoder, stutzbach, vstinner, zooko
Date 2010-05-08.16:20:35
SpamBayes Score 0.00011093636
Marked as misclassified No
Message-id <4BE58F52.1090600@v.loewis.de>
In-reply-to <x2leae285401005080911uddf5bed2nc4e9b3550e453d33@mail.gmail.com>
Content
> In most cases that will Just Work, without requiring the module writer
> to modify their PyModuleDef.

I'd rather modify PyModuleDef_Base, to include a flags field, and
perhaps put the api version into it, as well. That's an ABI change,
unfortunately, but such a flags field may turn out useful, anyway.
History
Date User Action Args
2010-05-08 16:20:37loewissetrecipients: + loewis, lemburg, gvanrossum, zooko, scoder, vstinner, stutzbach, r.david.murray
2010-05-08 16:20:35loewislinkissue8654 messages
2010-05-08 16:20:35loewiscreate