Skip to content

Commit fee63c4

Browse files
authored
reword
1 parent 9a21bc7 commit fee63c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/typeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5376,7 +5376,7 @@ PyType_GetBaseByToken(PyTypeObject *type, void *token, PyTypeObject **result)
53765376
*result = NULL;
53775377
return check_base_by_token(type, token);
53785378
}
5379-
// Goto jumps can make the PGO builds slower on MSVC
5379+
// Goto jumps here can make the PGO builds slower on MSVC
53805380
if (!_PyType_HasFeature(type, Py_TPFLAGS_HEAPTYPE)) {
53815381
// No static type has a heaptype superclass,
53825382
// which is ensured by type_ready_mro().

0 commit comments

Comments
 (0)