2013/12/27 Ethan Furman <et...@stoneleaf.us>:
> Greetings!
>
> I'm working on Issue19995, and I'm seeing stuff like this:
>
>   assert(PyLong_Check(val));
>
> My question is:  Are these asserts in final production code?

They are compiled in when --with-pydebug is passed to configure. They
should "never" fail.

-- 
Regards,
Benjamin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to