Squash new compiler wng in debug build.

This commit is contained in:
Tim Peters 2001-08-30 00:32:51 +00:00
parent 45c9ae5c97
commit deb77e8394
1 changed files with 1 additions and 1 deletions

View File

@ -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. */