Nick Coghlan added the comment:

Given that whether or not Py_BUILD_CORE is defined flips the direction
of the DLL exports/import for the main python DLL, I don't see how it
could be defined for the separately compiled extension modules like
_tkinter, _sqlite3, _ctypes, _socket, _ssl, etc.

As far as I can tell (not having a VS2008 installation set up), that
means the build process for those other DLLs is currently going to be
using whatever setting for WINVER and _WIN32_WINNT the compiler decides
to provide.

Perhaps it would be worth having an additional Py_SET_WINVER definition
to make it easy for an extension module to request that Python set those
two values? And then set that for the modules that are part of the
normal Windows build?

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1706>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to