]> granicus.if.org Git - python/commitdiff
add DEF_BOUND constant
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 22 Mar 2001 23:10:44 +0000 (23:10 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 22 Mar 2001 23:10:44 +0000 (23:10 +0000)
Modules/symtablemodule.c

index ce1f206cfcbe504ca0789adabdfc4c430ec61ccd..21ce11c9b6fbaf2765a6593b2a997a973641aa14 100644 (file)
@@ -59,6 +59,7 @@ init_symtable(void)
        PyModule_AddIntConstant(m, "DEF_FREE_GLOBAL", DEF_FREE_GLOBAL);
        PyModule_AddIntConstant(m, "DEF_FREE_CLASS", DEF_FREE_CLASS);
        PyModule_AddIntConstant(m, "DEF_IMPORT", DEF_IMPORT);
+       PyModule_AddIntConstant(m, "DEF_BOUND", DEF_BOUND);
 
        PyModule_AddIntConstant(m, "TYPE_FUNCTION", TYPE_FUNCTION);
        PyModule_AddIntConstant(m, "TYPE_CLASS", TYPE_CLASS);