Message233773
| 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:23 | Joakim.Karlsson | set | recipients: + Joakim.Karlsson, loewis, tim.golden, zach.ware, steve.dower, r-englund |
| 2015-01-09 17:37:23 | Joakim.Karlsson | set | messageid: <1420825043.73.0.828477981843.issue22411@psf.upfronthosting.co.za> |
| 2015-01-09 17:37:23 | Joakim.Karlsson | link | issue22411 messages |
| 2015-01-09 17:37:23 | Joakim.Karlsson | create | |