[issue4120] Do not embed manifest files in *.pyd when compiling with MSVC

Martin v. Löwis report at bugs.python.org
Fri Oct 17 19:51:15 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

For some reason, the linker *does* generate manifest files for all the
.pyds when I try it out. Should that worry me? When I delete them, it
still can import them just fine.

FWIW, with the patch alone, the manifest in .DLLs will still be needed,
to be able to load tcl85.dll.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4120>
_______________________________________


More information about the Python-bugs-list mailing list