COMMITS
/ Include/internal/pycore_ceval_state.h March 19, 2025
V
gh-131238: Remove pycore_lock.h includes (#131483)
Victor Stinner committed
March 17, 2025
M
GH-131238: Core header refactor (GH-131250)
Mark Shannon committed
May 5, 2024
P
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado committed
May 1, 2024
M
April 27, 2024
E
gh-110693: Use a Larger Queue for Per-Interpreter Pending Calls (gh-118302)
Eric Snow committed
April 26, 2024
E
gh-110693: Pending Calls Machinery Cleanups (gh-118296)
Eric Snow committed
April 19, 2024
D
gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe (#116775)
Dino Viehland committed
February 20, 2024
B
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Brett Simmers committed
December 7, 2023
S
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross committed
October 27, 2023
October 9, 2023
E
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow committed
October 4, 2023
M
GH-109369: Merge all eval-breaker flags and monitoring version into one word. (GH-109846)
Mark Shannon committed
September 19, 2023
E
gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)
Eric Snow committed
August 21, 2023
V
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner committed
July 28, 2023
M
GH-104580: Put `eval_breaker` back at the start of the interpreter state. (GH-107383)
Mark Shannon committed
June 13, 2023
E
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow committed
May 18, 2023
M
GH-104580: Don't cache eval breaker in interpreter (GH-104581)
Mark Shannon committed
May 8, 2023
E
gh-99113: A Per-Interpreter GIL! (gh-104210)
Eric Snow committed
May 5, 2023
E
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Eric Snow committed
E
gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)
Eric Snow committed
December 9, 2022
E
gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)
Eric Snow committed