COMMITS
/ Python/ceval.c May 28, 2025
N
gh-127266: avoid data races when updating type slots (gh-133177)
Neil Schemenauer committed
May 27, 2025
M
GH-132554: "Virtual" iterators (GH-132555)
Mark Shannon committed
May 22, 2025
B
GH-130397: remove special-casing of C stack depth for WASI (#134469)
Brett Cannon committed
May 4, 2025
M
GH-133231: Changes to executor management to support proposed `sys._jit` module (GH-133287)
Mark Shannon committed
May 1, 2025
A
Remove duplicate includes: Python/{bytecodes,ceval,optimizer_analysis}.c (#132622)
Adam Turner committed
April 30, 2025
M
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon committed
L
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou committed
April 29, 2025
M
N
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-133129)
Neil Schemenauer committed
April 28, 2025
N
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer committed
April 23, 2025
K
gh-132758: Fix tail call and pystats builds (GH-132759)
Ken Jin committed
April 19, 2025
B
gh-128398: improve error messages when incorrectly using `with` and `async with` (#132218)
Bénédikt Tran committed
April 15, 2025
April 13, 2025
F
gh-131624: Fix posix_spawn tests failing on NetBSD with stack limit assertions (GH-131625)
Furkan Onder committed
April 11, 2025
T
gh-132386: Fix a crash when passing a dict subclass to `exec` (GH-132412)
Tomas R. committed
April 10, 2025
April 9, 2025
April 4, 2025
M
GH-131498: Cases generator: manage stacks automatically (GH-132074)
Mark Shannon committed
F
GH-131770: increase assumed WASI stack size to 131072 (wasi-sdk default) (#131844)
Filipe Laíns 🇵🇸 committed
March 20, 2025
V
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner committed
K
gh-131401: fix data races in exception handling (#131447)
Kumar Aditya committed
March 19, 2025
V
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner committed
V
gh-131238: Remove many includes from pycore_interp.h (#131472)
Victor Stinner committed
March 13, 2025
H
GH-130396: Work around for broken `pthread_get_stackaddr_np` on Emscripten (#131088)
Hood Chatham committed
T
gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (#130689)
Tomasz Pytel committed
March 11, 2025
S
gh-130396: Fix thread sanitizer crashes on stack overflow tests (gh-130966)
Sam Gross committed
March 10, 2025
M
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
Mark Shannon committed
February 25, 2025
S
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka committed
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
February 18, 2025
K
gh-129989: Change Py_TAIL_CALL_INTERP ifndef to ! (#130269)
Ken Jin committed
February 15, 2025
K
gh-129989: Properly disable tailcall interp in configure (GH-129991)
Ken Jin committed
February 12, 2025
M
GH-128682: Account for escapes in `DECREF_INPUTS` (GH-129953)
Mark Shannon committed
February 11, 2025
M
gh-129244: Only remove the workaround when MSVC has the bugfix (#130011)
Michael Droettboom committed
K
gh-130004: Disable PGO for ceval.c on MSVC for default build (GH-130009)
Ken Jin committed
K
gh-130004: Revert commit 9e52e55 (GH-130005)
Ken Jin committed
February 7, 2025
I
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)
Irit Katriel committed
B
GH-129709: Clean up tier two (GH-129710)
Brandt Bucher committed
B
GH-129763: Remove the LLTRACE macro (GH-129764)
Brandt Bucher committed
February 6, 2025
K
gh-128563: A new tail-calling interpreter (GH-128718)
Ken Jin committed
February 4, 2025
M
GH-128682: Mark two more macros as escaping. (GH-129645)
Mark Shannon committed
January 31, 2025
M
GH-128563: Move some labels, to simplify implementing tailcalling interpreter. (GH-129525)
Mark Shannon committed
M
GH-128563: Simplify recursion check in `_PyEval_EvalFrameDefault` (GH-129481)
Mark Shannon committed
January 27, 2025
K
gh-128563: Move labels in ceval.c to bytecodes.c (GH-129112)
Ken Jin committed
January 25, 2025
I
gh-128799: Add frame of except* to traceback when wrapping a naked exception (#128971)
Irit Katriel committed
M
gh-129244: Remove workaround for MSVC compiler crash (#129263)
Michael Droettboom committed
C
Remove unused DPRINTF in ceval.c (GH-129282)
Chris Eibl committed
January 22, 2025
M
GH-128682: Change a couple of functions to only steal references on success. (GH-129132)
Mark Shannon committed