Joakim Karlsson added the comment: A complicating factor is that the debug and release versions of the dll:s seem to behave differently, which makes it hard to replace one with the other.
For instance, in dynload_win.c, the suffix of files looked for are "_d.pyd" in debug mode and ".pyd" in release mode. This causes python not to find any .pyd files if I link to the debug version. This might be a separate issue, but it is tighly connected to this as the _DEBUG setting of the embedding app changes how the Python interpreter works. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22411> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com