Skip to content

Commit e599204

Browse files
committed
Parse down to statement level in the cases generator
1 parent ba3979d commit e599204

File tree

10 files changed

+5572
-5128
lines changed

10 files changed

+5572
-5128
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ dummy_func(
163163
op(_CHECK_PERIODIC_IF_NOT_YIELD_FROM, (--)) {
164164
if ((oparg & RESUME_OPARG_LOCATION_MASK) < RESUME_AFTER_YIELD_FROM) {
165165
_Py_CHECK_EMSCRIPTEN_SIGNALS_PERIODICALLY();
166-
QSBR_QUIESCENT_STATE(tstate); \
166+
QSBR_QUIESCENT_STATE(tstate);
167167
if (_Py_atomic_load_uintptr_relaxed(&tstate->eval_breaker) & _PY_EVAL_EVENTS_MASK) {
168168
int err = _Py_HandlePending(tstate);
169169
ERROR_IF(err != 0, error);

Python/executor_cases.c.h

Lines changed: 4287 additions & 3894 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: 41 additions & 315 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)