Skip to content

Commit 213effe

Browse files
generatedunixname1734921407115435meta-codesync[bot]
authored andcommitted
Sync pre-release CPython 3.15 branch from GitHub (2026-06-19)
Summary: Imported python/cpython `3.15.0b2+dev` from upstream rev [`b83a217`](https://www.github.com/python/cpython/commit/b83a217558ee30c48a3aa08f0cb7c869f9c75e96) (committed 2026-06-19 23:31:12+00:00). # Commit Info - Base: (`3.15.0b2+dev`) - [`8fe5897`](https://www.github.com/python/cpython/commit/8fe5897853b1f5d8b7a1dc9fc2b72c6244a74983) (commit date: 2026-06-17 18:40:33+00:00) - Imported: (`3.15.0b2+dev`) - [`b83a217`](https://www.github.com/python/cpython/commit/b83a217558ee30c48a3aa08f0cb7c869f9c75e96) (commit date: 2026-06-19 23:31:12+00:00) # Noteworthy file changes - Low-signal files (7 added) (NEWS.d, docs, .github) Complete list of added/removed files: https://www.internalfb.com/intern/everpaste/?color=0&handle=GNJiayu8TYaI7zAFAIMpH4JlJOMebr0LAAAz Differential Revision: D109190344 fbshipit-source-id: 11ea35e1eb91da6361d1361d51e6c0082b5d86a3
1 parent 7c8804c commit 213effe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cinderx/Interpreter/3.15/Includes/generated_cases.c.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9399,6 +9399,7 @@
93999399
gen->gi_exc_state.previous_item = NULL;
94009400
_Py_LeaveRecursiveCallPy(tstate);
94019401
_PyInterpreterFrame *gen_frame = frame;
9402+
_PyThreadState_UpdateLastProfiledFrame(tstate, gen_frame, gen_frame->previous);
94029403
frame = tstate->current_frame = frame->previous;
94039404
gen_frame->previous = NULL;
94049405
((_PyThreadStateImpl *)tstate)->generator_return_kind = GENERATOR_YIELD;
@@ -14500,6 +14501,7 @@
1450014501
gen->gi_exc_state.previous_item = NULL;
1450114502
_Py_LeaveRecursiveCallPy(tstate);
1450214503
_PyInterpreterFrame *gen_frame = frame;
14504+
_PyThreadState_UpdateLastProfiledFrame(tstate, gen_frame, gen_frame->previous);
1450314505
frame = tstate->current_frame = frame->previous;
1450414506
gen_frame->previous = NULL;
1450514507
((_PyThreadStateImpl *)tstate)->generator_return_kind = GENERATOR_YIELD;

0 commit comments

Comments
 (0)