Skip to content

Commit fc0c169

Browse files
lint
1 parent 13e2608 commit fc0c169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4504,7 +4504,7 @@ dummy_func(
45044504
EXIT_IF(!PyStackRef_IsNull(self_or_null));
45054505
EXIT_IF(!PyType_Check(callable_o));
45064506
PyTypeObject *tp = (PyTypeObject *)callable_o;
4507-
EXIT_IF(FT_ATOMIC_LOAD_UINT32_RELAXED(tp->tp_version_tag) != type_version);
4507+
EXIT_IF(FT_ATOMIC_LOAD_UINT32_RELAXED(tp->tp_version_tag) != type_version);
45084508
}
45094509

45104510
op(_ALLOCATE_OBJECT, (callable, self_or_null, unused[oparg] -- callable, self_or_null, unused[oparg])) {

0 commit comments

Comments
 (0)