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 brett.cannon
Recipients brett.cannon, eric.snow, ncoghlan, pitrou, python-dev, superluser
Date 2017-05-28.18:03:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495994610.2.0.587710228097.issue25791@psf.upfronthosting.co.za>
In-reply-to
Content
Is Cython not defining actual module objects or working around types.ModuleType? I'm just trying to figure out how a Cython module is ending up in a place where the attributes that are set by PyModule_NewObject() aren't there (https://github.com/python/cpython/blob/ac5bbd43bc7b769c13ae0412cb28a3521f4d4ff1/Objects/moduleobject.c#L80).
History
Date User Action Args
2017-05-28 18:03:30brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, python-dev, eric.snow, superluser
2017-05-28 18:03:30brett.cannonsetmessageid: <1495994610.2.0.587710228097.issue25791@psf.upfronthosting.co.za>
2017-05-28 18:03:30brett.cannonlinkissue25791 messages
2017-05-28 18:03:29brett.cannoncreate