mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Regen stuff
This commit is contained in:
parent
db151a5192
commit
ea120fc6e9
17 changed files with 26 additions and 33 deletions
|
|
@ -3512,7 +3512,7 @@ check_lazy_import_comatibility(PyThreadState *tstate, PyObject *globals,
|
|||
|
||||
PyObject *
|
||||
_PyEval_LazyImportName(PyThreadState *tstate, PyObject *builtins, PyObject *globals,
|
||||
PyObject *locals, PyObject *name, PyObject *fromlist, PyObject *level,
|
||||
PyObject *locals, PyObject *name, PyObject *fromlist, PyObject *level,
|
||||
int lazy)
|
||||
{
|
||||
PyObject *res = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue