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 eudoxos
Recipients Arfrever, amaury.forgeotdarc, asvetlov, brett.cannon, docs@python, eudoxos, ncoghlan, r.david.murray
Date 2012-11-06.14:59:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352213998.55.0.261765664416.issue16421@psf.upfronthosting.co.za>
In-reply-to
Content
Storing several modules in one .so file offloads some issues which have to be dealt with manually (like one module needing symbols from other module, or even cross-dependencies) to the linker. In any case, unless forbidden and signalled, it should be supported.

I set version to 3.4 and component to "Interpreter core", as you suggested, it is probably more appropriate.

How do I write test which requires a custom module to be compiled?
History
Date User Action Args
2012-11-06 14:59:58eudoxossetrecipients: + eudoxos, brett.cannon, amaury.forgeotdarc, ncoghlan, Arfrever, r.david.murray, asvetlov, docs@python
2012-11-06 14:59:58eudoxossetmessageid: <1352213998.55.0.261765664416.issue16421@psf.upfronthosting.co.za>
2012-11-06 14:59:58eudoxoslinkissue16421 messages
2012-11-06 14:59:58eudoxoscreate