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 christian.heimes
Recipients christian.heimes, ned.deily, ronaldoussoren, vstinner
Date 2013-01-03.07:54:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357199672.67.0.492601870964.issue16847@psf.upfronthosting.co.za>
In-reply-to
Content
The problem can only occur when you compile a non-pydebug build with the -DDEBUG flag instead the -DNDEBUG flag. With -DNDEBUG the assert() call doesn't do anything and the function call is removed by the preprocessor.

I'll fix it later.
History
Date User Action Args
2013-01-03 07:54:32christian.heimessetrecipients: + christian.heimes, ronaldoussoren, vstinner, ned.deily
2013-01-03 07:54:32christian.heimessetmessageid: <1357199672.67.0.492601870964.issue16847@psf.upfronthosting.co.za>
2013-01-03 07:54:32christian.heimeslinkissue16847 messages
2013-01-03 07:54:32christian.heimescreate