Christian Heimes added the comment:

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.

----------
assignee:  -> christian.heimes
nosy: +christian.heimes

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16847>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to