Files
cpython/Include
T. Wouters 90e3518225 bpo-29941: Assert fixes (#886) (#955)
Make a non-Py_DEBUG, asserts-enabled build of CPython possible. This means
making sure helper functions are defined when NDEBUG is not defined, not
just when Py_DEBUG is defined.

Also fix a division-by-zero in obmalloc.c that went unnoticed because in
Py_DEBUG mode, elsize is never zero.

(cherry picked from commit a00c3fd12d and 06bb4873d6)
2017-04-01 20:20:05 -07:00
..
2016-01-26 00:40:57 +01:00
2016-06-03 22:37:48 -07:00
2016-09-09 12:36:44 -07:00
2016-09-18 18:00:25 -07:00
2015-03-21 09:25:53 +02:00
2014-10-10 11:55:41 +02:00
2017-03-21 20:39:58 -04:00
2016-09-19 22:16:36 -07:00
2016-08-20 08:03:06 +00:00
2016-09-08 09:33:56 -07:00