[Python-Dev] assert(blah blah) in the C code base
Benjamin Peterson
benjamin at python.org
Sat Dec 28 02:53:08 CET 2013
More information about the Python-Dev mailing list
Sat Dec 28 02:53:08 CET 2013
- Previous message: [Python-Dev] assert(blah blah) in the C code base
- Next message: [Python-Dev] Request to release new version of python-defaults with ppc64le support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2013/12/27 Ethan Furman <ethan at 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
- Previous message: [Python-Dev] assert(blah blah) in the C code base
- Next message: [Python-Dev] Request to release new version of python-defaults with ppc64le support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list