This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Joakim.Karlsson
Recipients Joakim.Karlsson, loewis, r-englund, steve.dower, tim.golden, zach.ware
Date 2015-01-09.17:37:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420825043.73.0.828477981843.issue22411@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-01-09 17:37:23Joakim.Karlssonsetrecipients: + Joakim.Karlsson, loewis, tim.golden, zach.ware, steve.dower, r-englund
2015-01-09 17:37:23Joakim.Karlssonsetmessageid: <1420825043.73.0.828477981843.issue22411@psf.upfronthosting.co.za>
2015-01-09 17:37:23Joakim.Karlssonlinkissue22411 messages
2015-01-09 17:37:23Joakim.Karlssoncreate