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 ncoghlan
Recipients christian.heimes, eli.bendersky, loewis, ncoghlan, pitrou, vstinner
Date 2013-08-12.14:08:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7eiS70NkqsOOOTfCfAFUwgpSa41=QWOWpqd7LCfxqbkRg@mail.gmail.com>
In-reply-to <1376316018.51.0.588335277736.issue18710@psf.upfronthosting.co.za>
Content
Breaking the 1:1 interpreter <-> extension module mapping involves
adding custom types to sys.modules rather than module objects. Making
that work sensibly will involve larger changes to the extension
initialisation APIs. import-sig already has plans for this :)
History
Date User Action Args
2013-08-12 14:08:35ncoghlansetrecipients: + ncoghlan, loewis, pitrou, vstinner, christian.heimes, eli.bendersky
2013-08-12 14:08:35ncoghlanlinkissue18710 messages
2013-08-12 14:08:35ncoghlancreate