Steve added the comment:

Indeed, but not defining _DEBUG for debug compiling is not realistic.  Too many 
dependencies.  I am not even sure it would work, because if we bind with the 
debug libraries, but build with the "release" headers, it might break.  In any 
case it is not an option we have on the table at this moment.

As for the linking part, I am not sure I am following you.  Your runtime 
libraries and DLLs should not need to be linked to anything.  They may be 
dependent on the release msvcrt, and that is fine (like I said, we can live 
with the Python parts in release).  We have many other such libraries that are 
only in release mode (even when we build in debug).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21292>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to