[issue11656] Debug builds for Windows would be very helpful

2013-03-14 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- resolution: -> wont fix status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue11656] Debug builds for Windows would be very helpful

2013-03-14 Thread Ezio Melotti
Ezio Melotti added the comment: Can this be closed then? -- nosy: +ezio.melotti status: open -> pending ___ Python tracker ___ ___ Pyt

[issue11656] Debug builds for Windows would be very helpful

2011-03-24 Thread Jack Jansen
Jack Jansen added the comment: Martin, what I meant by "linking debug and non-debug builds together is impossible" is "you cannot link modules together if they code generation has been set to different runtime systems, for example one module using the debug runtime system and another using th

[issue11656] Debug builds for Windows would be very helpful

2011-03-24 Thread Martin v . Löwis
Martin v. Löwis added the comment: > Martin, I agree about the Py_DEBUG issue. My reason for asking is > really only a workaround for the VC++ problam that you can't link > non-debug and debug builds together. Please understand that this is factually incorrect, if, by "debug build" you mean "bu

[issue11656] Debug builds for Windows would be very helpful

2011-03-24 Thread Jack Jansen
Jack Jansen added the comment: Martin, I agree about the Py_DEBUG issue. My reason for asking is really only a workaround for the VC++ problam that you can't link non-debug and debug builds together. You know what: if you think it isn't worth it just assign it to me and I'll try to go the ex

[issue11656] Debug builds for Windows would be very helpful

2011-03-23 Thread Martin v . Löwis
Martin v. Löwis added the comment: Jack: what's the issue with the external dependencies? Just run Tool/buildbot/external.bat (or external-amd64.bat, or external-common.bat), and be done. If you merely want to debug your extension modules, I recommend *not* to turn on Py_DEBUG, but only enab

[issue11656] Debug builds for Windows would be very helpful

2011-03-23 Thread Jack Jansen
Jack Jansen added the comment: Sorry, I think I wasn't clear in my original message. I don't want to debug Python, I want to debug only my own code. But because it embeds Python I cannot debug my own code, because it needs to link to Python. Indeed, if it was only Python itself I would have b

[issue11656] Debug builds for Windows would be very helpful

2011-03-23 Thread Brian Curtin
Brian Curtin added the comment: I believe there was a previous request for this which was rejected, likely for reasons Amaury listed. -- nosy: +brian.curtin, loewis ___ Python tracker

[issue11656] Debug builds for Windows would be very helpful

2011-03-23 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: But for a debug build to be really useful, the source code must be available to the debugger. Compiling these source files is really a matter of minutes... provided that external dependencies are all present and also compiled in debug mode. -- n

[issue11656] Debug builds for Windows would be very helpful

2011-03-23 Thread Jack Jansen
New submission from Jack Jansen : 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) availabl