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, ...@@ -254,7 +254,7 @@ PyFrame_New(PyThreadState *tstate, PyCodeObject *code, PyObject *globals,
} }
else else
extras = f->ob_size; extras = f->ob_size;
_Py_NewReference(f); _Py_NewReference((PyObject *)f);
} }
if (builtins == NULL) { if (builtins == NULL) {
/* No builtins! Make up a minimal one. */ /* 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