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 asvetlov
Recipients Arfrever, amaury.forgeotdarc, asvetlov, brett.cannon, docs@python, eudoxos, ncoghlan, r.david.murray
Date 2012-11-06.15:09:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352214570.6.0.548749368558.issue16421@psf.upfronthosting.co.za>
In-reply-to
Content
Amaury, I'm ok with pushing several modules into python33.dll or embedding it directly into executable. 
For standard so/dll files you have to use different file names for modules to make regular import statement work. It can be done via symlink/hardlink, but looks a bit hairy.

Václav, python already have _testbuffer and _testcapi modules used for testing only. I think you can add yet another one.
History
Date User Action Args
2012-11-06 15:09:30asvetlovsetrecipients: + asvetlov, brett.cannon, amaury.forgeotdarc, ncoghlan, Arfrever, r.david.murray, docs@python, eudoxos
2012-11-06 15:09:30asvetlovsetmessageid: <1352214570.6.0.548749368558.issue16421@psf.upfronthosting.co.za>
2012-11-06 15:09:30asvetlovlinkissue16421 messages
2012-11-06 15:09:30asvetlovcreate