]> granicus.if.org Git - python/commit
Issue #16421: allow to load multiple modules from the same shared object.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 14 Dec 2012 15:04:59 +0000 (17:04 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 14 Dec 2012 15:04:59 +0000 (17:04 +0200)
commit6b2cbeba58aeb0755bdefd02fb51a80ec66d6144
tree2634f036965fc3ebf737ef3ce1b830437de9a04f
parentf76f0eea5c00ea20ac62d9a8437a19f23fd455c5
Issue #16421: allow to load multiple modules from the same shared object.

Patch by Václav Šmilauer.
12 files changed:
Lib/test/test_imp.py
Misc/ACKS
Misc/NEWS
Modules/_testimportmultiple.c [new file with mode: 0644]
PC/VS9.0/_testimportmultiple.vcproj [new file with mode: 0644]
PC/VS9.0/pcbuild.sln
PCbuild/_testimportmultiple.vcxproj [new file with mode: 0644]
PCbuild/_testimportmultiple.vcxproj.filters [new file with mode: 0644]
PCbuild/pcbuild.sln
Python/import.c
Tools/msi/msi.py
setup.py