Skip to content

Commit 6a85f95

Browse files
committed
More missing edits
1 parent 0922ee1 commit 6a85f95

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Python/bytecodes.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2341,7 +2341,7 @@ dummy_func(
23412341
DEAD(owner);
23422342
attr = method.ref;
23432343
#ifdef Py_GIL_DISABLED
2344-
method_ref.ref = PyStackRef_NULL;
2344+
method.ref = PyStackRef_NULL;
23452345
_PyThreadState_PopCStackRef(tstate, &method);
23462346
#endif
23472347
}
@@ -2356,7 +2356,7 @@ dummy_func(
23562356
self_or_null[0] = PyStackRef_NULL;
23572357
attr = method.ref;
23582358
#ifdef Py_GIL_DISABLED
2359-
method_ref.ref = PyStackRef_NULL;
2359+
method.ref = PyStackRef_NULL;
23602360
_PyThreadState_PopCStackRef(tstate, &method);
23612361
#endif
23622362
ERROR_IF(PyStackRef_IsNull(attr));

Python/executor_cases.c.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/generated_cases.c.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)