Message 194965 - Python tracker
Message194965
| 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:35 | ncoghlan | set | recipients: + ncoghlan, loewis, pitrou, vstinner, christian.heimes, eli.bendersky |
| 2013-08-12 14:08:35 | ncoghlan | link | issue18710 messages |
| 2013-08-12 14:08:35 | ncoghlan | create | |