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 twouters
Recipients twouters
Date 2013-03-13.18:38:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363199939.27.0.896431230512.issue17411@psf.upfronthosting.co.za>
In-reply-to
Content
Similar to http://bugs.python.org/issue14509, Python 3.3 conflates Py_DEBUG and non-NDEBUG builds, creating build failures when building with 'CFLAGS=-UNDEBUG ./configure --without-pydebug'. (assert statements are only compiled out when NDEBUG is set, not when Py_DEBUG is unset.) This patch fixes the two root causes.
History
Date User Action Args
2013-03-13 18:38:59twouterssetrecipients: + twouters
2013-03-13 18:38:59twouterssetmessageid: <1363199939.27.0.896431230512.issue17411@psf.upfronthosting.co.za>
2013-03-13 18:38:59twouterslinkissue17411 messages
2013-03-13 18:38:59twouterscreate