Steve Dower added the comment:

Right, so when using python34_d.dll you need the _d.pyd versions (and if you're 
building your own .pyd you need to add the _d suffix too). There's nothing 
wrong with this difference, since the debug and release builds are subtly 
incompatible with each other, so the alternative is that you'd get random 
crashes when mixing them. Better off getting blatant errors that files can't be 
found.

Any option to install a debug build in 3.5 would obviously install a complete 
debug build - not just the one DLL.

----------

_______________________________________
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

Reply via email to