summaryrefslogtreecommitdiff
path: root/Objects/frameobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/frameobject.c')
-rw-r--r--Objects/frameobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/frameobject.c b/Objects/frameobject.c
index b982064c0e..2c62b67f61 100644
--- a/Objects/frameobject.c
+++ b/Objects/frameobject.c
@@ -527,7 +527,7 @@ PyTypeObject PyFrame_Type = {
static PyObject *builtin_object;
-int PyFrame_Init()
+int _PyFrame_Init()
{
builtin_object = PyString_InternFromString("__builtins__");
return (builtin_object != NULL);