This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Banger
Recipients Banger
Date 2014-04-17.21:51:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397771478.75.0.526004579779.issue21292@psf.upfronthosting.co.za>
In-reply-to
Content
Although not a bug, it annoys me enough that it is a bug in my head!

The problem is that trying to compile an application in debug that embeds Python fails.

Case in point; we canned the idea of embedding Python (went with Lua) for that reason only.  We did not have the option of incorporating a Python build into our build system and not being able to compile in debug was not an option either.  We would have been happy to compile in debug with a release lib of Python, but since it was not possible, it got killed.

The fix: It should be possible for someone to compile an application in debug that embeds python without having the Python debug libraries.
History
Date User Action Args
2014-04-17 21:51:18Bangersetrecipients: + Banger
2014-04-17 21:51:18Bangersetmessageid: <1397771478.75.0.526004579779.issue21292@psf.upfronthosting.co.za>
2014-04-17 21:51:18Bangerlinkissue21292 messages
2014-04-17 21:51:18Bangercreate