Václav Šmilauer added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16421>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to