Skip to content

Commit dfe13a2

Browse files
committed
Add comment
1 parent 6e7807d commit dfe13a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Objects/object.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2645,6 +2645,7 @@ static PyTypeObject* static_types[_Py_NUM_MANAGED_PREINITIALIZED_TYPES] = {
26452645
#ifdef _Py_TIER2
26462646
&_PyUOpExecutor_Type,
26472647
#else
2648+
// The array should have the same size on all builds; see gh-149139
26482649
NULL,
26492650
#endif
26502651
&_PyWeakref_CallableProxyType,

0 commit comments

Comments
 (0)