Skip to content

Commit 1e90d89

Browse files
committed
Adjust comment
1 parent 8c7ef0f commit 1e90d89

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Include/internal/pycore_interp_structs.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,10 @@ struct _py_func_state {
530530
/****** type state *********/
531531

532532
/* 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). */
533+
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+
*/
534537
#define _Py_NUM_MANAGED_PREINITIALIZED_TYPES 120
535538
#define _Py_MAX_MANAGED_STATIC_BUILTIN_TYPES \
536539
(_Py_NUM_MANAGED_PREINITIALIZED_TYPES + 83)

0 commit comments

Comments
 (0)