[issue21292] C API in debug fails

Steve report at bugs.python.org
Thu Apr 17 23:51:18 CEST 2014


New submission from Steve:

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.

----------
components: Library (Lib)
messages: 216759
nosy: Banger
priority: normal
severity: normal
status: open
title: C API in debug fails
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21292>
_______________________________________


More information about the Python-bugs-list mailing list