mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Merge remote-tracking branch 'upstream/main' into lazy
This commit is contained in:
commit
db151a5192
869 changed files with 45727 additions and 16994 deletions
|
|
@ -189,7 +189,8 @@ extern struct symtable* _Py_SymtableStringObjectFlags(
|
|||
const char *str,
|
||||
PyObject *filename,
|
||||
int start,
|
||||
PyCompilerFlags *flags);
|
||||
PyCompilerFlags *flags,
|
||||
PyObject *module);
|
||||
|
||||
int _PyFuture_FromAST(
|
||||
struct _mod * mod,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue