New submission from Jack Jansen <jackjan...@users.sourceforge.net>:

Because VC++ cannot cross-link modules that have been built with debugging to 
those built without debugging (because of runtime system differences) it would 
be a boon for people embedding Python if there was a binary distribution of the 
DLL (and .lib) available that was built with debugging turned on.

Right now, to build a debugging version of an application that has Python 
embedded you must also build Python from source...

----------
components: Build, Windows
messages: 131934
nosy: jackjansen
priority: normal
severity: normal
status: open
title: Debug builds for Windows would be very helpful
type: feature request
versions: Python 2.7

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

Reply via email to