We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ec774 commit 50f8ff7Copy full SHA for 50f8ff7
Python/bytecodes.c
@@ -2290,7 +2290,7 @@ dummy_func(
2290
PyTypeObject *cls = (PyTypeObject *)class;
2291
int method_found = 0;
2292
PyObject *attr_o;
2293
- Py_BEGIN_LOCALS_MUST_NOT_ESCAPE();.
+ Py_BEGIN_LOCALS_MUST_NOT_ESCAPE();
2294
int *Py_MSVC_RESTRICT method_found_ptr = &method_found;
2295
attr_o = _PySuper_Lookup(cls, self, name,
2296
Py_TYPE(self)->tp_getattro == PyObject_GenericGetAttr ? method_found_ptr : NULL);
0 commit comments