Commit 030df08c authored by Tim Peters's avatar Tim Peters

Squash new compiler wng in debug build.

parent 5f5d5297
......@@ -254,7 +254,7 @@ PyFrame_New(PyThreadState *tstate, PyCodeObject *code, PyObject *globals,
}
else
extras = f->ob_size;
_Py_NewReference(f);
_Py_NewReference((PyObject *)f);
}
if (builtins == NULL) {
/* No builtins! Make up a minimal one. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment