summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapimodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_testcapimodule.c')
-rw-r--r--Modules/_testcapimodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c
index e09fd88..64bcb49 100644
--- a/Modules/_testcapimodule.c
+++ b/Modules/_testcapimodule.c
@@ -2923,7 +2923,7 @@ settrace_to_error(PyObject *self, PyObject *list)
static PyObject *
clear_managed_dict(PyObject *self, PyObject *obj)
{
- _PyObject_ClearManagedDict(obj);
+ PyObject_ClearManagedDict(obj);
Py_RETURN_NONE;
}