Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8bf395f

Browse files
committed
add DEF_BOUND constant
1 parent 14b90a4 commit 8bf395f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/symtablemodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ init_symtable(void)
5959
PyModule_AddIntConstant(m, "DEF_FREE_GLOBAL", DEF_FREE_GLOBAL);
6060
PyModule_AddIntConstant(m, "DEF_FREE_CLASS", DEF_FREE_CLASS);
6161
PyModule_AddIntConstant(m, "DEF_IMPORT", DEF_IMPORT);
62+
PyModule_AddIntConstant(m, "DEF_BOUND", DEF_BOUND);
6263

6364
PyModule_AddIntConstant(m, "TYPE_FUNCTION", TYPE_FUNCTION);
6465
PyModule_AddIntConstant(m, "TYPE_CLASS", TYPE_CLASS);

0 commit comments

Comments
 (0)