Skip to content

Commit 50f8ff7

Browse files
fix a typo
1 parent 66ec774 commit 50f8ff7

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
@@ -2290,7 +2290,7 @@ dummy_func(
22902290
PyTypeObject *cls = (PyTypeObject *)class;
22912291
int method_found = 0;
22922292
PyObject *attr_o;
2293-
Py_BEGIN_LOCALS_MUST_NOT_ESCAPE();.
2293+
Py_BEGIN_LOCALS_MUST_NOT_ESCAPE();
22942294
int *Py_MSVC_RESTRICT method_found_ptr = &method_found;
22952295
attr_o = _PySuper_Lookup(cls, self, name,
22962296
Py_TYPE(self)->tp_getattro == PyObject_GenericGetAttr ? method_found_ptr : NULL);

0 commit comments

Comments
 (0)