[issue11624] distutils should support a custom list of exported symbols for Windows dlls.

2012-07-13 Thread Daniel Holth
Daniel Holth added the comment: I must have missed the export_symbols keyword argument to Extension(), or it was added. -- resolution: -> invalid status: open -> closed ___ Python tracker ___

[issue11624] distutils should support a custom list of exported symbols for Windows dlls.

2011-03-21 Thread Éric Araujo
Éric Araujo added the comment: Would you like to work on a patch? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue11624] distutils should support a custom list of exported symbols for Windows dlls.

2011-03-21 Thread dholth
New submission from dholth : I would like to be able to use distutils to compile a shared library with a different set of exported symbols than the default. In Windows, distutils only exports certain symbols needed for the Python module initialization API when it compiles a shared module. It d