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 8c7ef0f commit 1e90d89Copy full SHA for 1e90d89
1 file changed
Include/internal/pycore_interp_structs.h
@@ -530,7 +530,10 @@ struct _py_func_state {
530
/****** type state *********/
531
532
/* For now we hard-code this to a value for which we are confident
533
- all the static builtin types will fit (for all builds). */
+ all the static builtin types will fit (for all builds).
534
+ If you add a new static type to the standard library, you may have to
535
+ update one of these numbers.
536
+ */
537
#define _Py_NUM_MANAGED_PREINITIALIZED_TYPES 120
538
#define _Py_MAX_MANAGED_STATIC_BUILTIN_TYPES \
539
(_Py_NUM_MANAGED_PREINITIALIZED_TYPES + 83)
0 commit comments