Skip to content

Commit df204e8

Browse files
Point to the relevant GH issue.
1 parent ccabeb5 commit df204e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/cpython/object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ struct _typeobject {
218218
PyObject *tp_bases;
219219
PyObject *tp_mro; /* method resolution order */
220220
PyObject *tp_cache; /* no longer used */
221-
PyObject *tp_subclasses; /* not used for static types */
221+
PyObject *tp_subclasses; /* not used for static types (see gh-94673) */
222222
PyObject *tp_weaklist;
223223
destructor tp_del;
224224

0 commit comments

Comments
 (0)