diff options
Diffstat (limited to 'Objects/typeobject.c')
-rw-r--r-- | Objects/typeobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/typeobject.c b/Objects/typeobject.c index 64a72d2f14..4a9949e402 100644 --- a/Objects/typeobject.c +++ b/Objects/typeobject.c @@ -128,7 +128,7 @@ skip_signature(const char *doc) return NULL; } -#ifdef Py_DEBUG +#ifndef NDEBUG static int _PyType_CheckConsistency(PyTypeObject *type) { |