Skip to content

Commit 15ca6dd

Browse files
fix upstream changes
1 parent fdd4540 commit 15ca6dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5282,7 +5282,7 @@ dummy_func(
52825282
}
52835283
/* Resume normal execution */
52845284
#ifdef LLTRACE
5285-
if (lltrace >= 5) {
5285+
if (frame->lltrace >= 5) {
52865286
lltrace_resume_frame(frame);
52875287
}
52885288
#endif

Python/generated_cases.c.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)