mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Squash new compiler wng in debug build.
This commit is contained in:
parent
45c9ae5c97
commit
deb77e8394
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue