mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
code_new(): Wouldn't compile on Windows, because of gcc'ism.
This commit is contained in:
parent
5e897959db
commit
d459f536c5
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ code_new(PyTypeObject *type, PyObject *args, PyObject *kw)
|
|||
int nlocals;
|
||||
int stacksize;
|
||||
int flags;
|
||||
PyObject *co = NULL;;
|
||||
PyObject *co = NULL;
|
||||
PyObject *code;
|
||||
PyObject *consts;
|
||||
PyObject *names, *ournames = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue