We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1c969 commit acfab36Copy full SHA for acfab36
Include/internal/pycore_interp_structs.h
@@ -496,7 +496,7 @@ struct _py_func_state {
496
497
/* For now we hard-code this to a value for which we are confident
498
all the static builtin types will fit (for all builds). */
499
-#define _Py_MAX_MANAGED_STATIC_BUILTIN_TYPES 200
+#define _Py_MAX_MANAGED_STATIC_BUILTIN_TYPES 201
500
#define _Py_MAX_MANAGED_STATIC_EXT_TYPES 10
501
#define _Py_MAX_MANAGED_STATIC_TYPES \
502
(_Py_MAX_MANAGED_STATIC_BUILTIN_TYPES + _Py_MAX_MANAGED_STATIC_EXT_TYPES)
0 commit comments