diff options
Diffstat (limited to 'Include/unicodeobject.h')
-rw-r--r-- | Include/unicodeobject.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index dc3bad7..8e29f34 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -2000,9 +2000,8 @@ PyAPI_FUNC(Py_UNICODE*) PyUnicode_AsUnicodeCopy( #endif /* Py_LIMITED_API */ #if defined(Py_DEBUG) && !defined(Py_LIMITED_API) -/* FIXME: use PyObject* type for op */ PyAPI_FUNC(int) _PyUnicode_CheckConsistency( - void *op, + PyObject *op, int check_content); #endif |