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 barry, christian.heimes, grahamd, loewis
Date 2008-10-26.19:18:08
SpamBayes Score 0.002475258
Marked as misclassified No
Message-id <4904C26E.3020509@v.loewis.de>
In-reply-to <1225047413.3.0.809577519352.issue4200@psf.upfronthosting.co.za>
Content
Christian Heimes wrote:
> However PyModule_GetDef requires self.

(I actually meant PyModule_GetState).

You can use PyState_FindModule to quickly lookup a module.
History
Date User Action Args
2008-10-26 19:18:09loewissetrecipients: + loewis, barry, christian.heimes, grahamd
2008-10-26 19:18:08loewislinkissue4200 messages
2008-10-26 19:18:08loewiscreate