diff options
Diffstat (limited to 'Objects/object.c')
-rw-r--r-- | Objects/object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/object.c b/Objects/object.c index c07a369..065abdc 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -314,7 +314,7 @@ PyObject_Print(PyObject *op, FILE *fp, int flags) /* For debugging convenience. Set a breakpoint here and call it from your DLL */ void -_Py_Break(void) +_Py_BreakPoint(void) { } |