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-12-27 14:57:39 +02:00
2016-01-26 00:40:57 +01:00
2016-05-04 22:23:26 +03:00
2016-12-27 14:57:39 +02:00
2017-03-30 19:46:59 +03:00
2016-11-21 14:24:32 -08:00
2016-12-27 14:57:39 +02:00
2015-05-09 11:44:30 -04:00
2014-07-07 18:49:30 -04:00
2016-07-22 18:47:04 -04:00
2016-09-11 11:03:14 +03:00
2017-01-12 19:12:21 +02:00
2015-01-13 09:17:24 -05:00
2016-12-27 14:57:39 +02:00
2017-03-09 18:43:39 +01:00
2016-09-03 17:21:29 +01:00
2016-06-03 22:37:48 -07:00
2016-09-09 12:36:44 -07:00
2016-11-06 18:47:03 +02:00
2016-09-08 20:50:03 -07:00
2016-09-18 18:00:25 -07:00
2016-12-27 14:57:39 +02:00
2016-09-11 11:03:14 +03:00
2016-04-17 08:32:47 +03:00
2016-09-06 13:24:00 -07:00
2016-09-11 11:03:14 +03:00
2013-10-19 21:03:34 +03:00
2016-12-27 14:57:39 +02:00
2016-09-12 15:55:21 +02:00
2017-01-24 21:34:44 +02:00
2016-12-27 14:57:39 +02:00
2016-09-11 11:03:14 +03:00
2015-03-21 09:25:53 +02:00
2016-12-27 14:57:39 +02:00
2016-12-27 14:57:39 +02:00
2016-12-27 14:57:39 +02:00
2016-10-02 10:33:46 +03:00
2014-10-10 11:55:41 +02:00
2016-12-27 14:57:39 +02:00
2013-10-19 21:03:34 +03:00
2017-03-21 20:39:58 -04:00
2016-10-10 23:21:02 -07:00
2015-12-25 19:53:18 +02:00
2016-09-06 13:47:26 -07:00
2016-08-30 21:22:36 -07:00
2016-09-09 17:37:37 -07:00
2016-10-20 22:37:00 -07:00
2016-12-27 14:57:39 +02:00
2016-09-19 22:16:36 -07:00
2016-09-11 11:03:14 +03:00
2016-09-06 13:24:00 -07:00
2017-03-04 01:05:06 -05:00
2016-08-20 08:03:06 +00:00
2016-09-08 09:33:56 -07:00
2016-09-07 12:03:06 +00:00
2016-12-27 14:57:39 +02:00
2017-03-21 01:54:50 -04:00
2016-09-11 11:03:14 +03:00
2016-09-11 11:03:14 +03:00
2016-09-09 14:57:09 -07:00
2016-09-09 10:36:01 -07:00
2016-06-04 12:06:26 -07:00
2016-12-27 14:57:39 +02:00
2016-12-27 14:57:39 +02:00
2016-09-28 17:31:35 -04:00
2015-08-01 15:21:41 -07:00
2017-02-04 11:04:00 +02:00
2016-09-05 17:44:18 -07:00
2016-09-08 22:01:51 -07:00
2016-09-11 11:03:14 +03:00
2015-05-11 22:57:16 -04:00
2016-09-11 11:03:14 +03:00
2015-06-02 19:06:47 -04:00
2015-03-18 21:53:15 +02:00
2017-04-01 20:20:05 -07:00
2016-12-27 14:57:39 +02:00