Skip to content

Commit 9cebe9d

Browse files
committed
fix feature_version handling
1 parent 61f309b commit 9cebe9d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Modules/clinic/symtablemodule.c.h

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/symtablemodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _symtable.symtable
1818
/
1919
*
2020
flags: int = 0
21-
feature_version: int = 0
21+
feature_version: int = -1
2222
2323
Return symbol and scope dictionaries used internally by compiler.
2424
[clinic start generated code]*/
@@ -27,7 +27,7 @@ static PyObject *
2727
_symtable_symtable_impl(PyObject *module, PyObject *source,
2828
PyObject *filename, const char *startstr, int flags,
2929
int feature_version)
30-
/*[clinic end generated code: output=1e766ac3387e156a input=5ccfb94e8a19a975]*/
30+
/*[clinic end generated code: output=1e766ac3387e156a input=03e9deda7ab5a9d7]*/
3131
{
3232
struct symtable *st;
3333
PyObject *t;

0 commit comments

Comments
 (0)