COMMITS
/ Python/pylifecycle.c August 15, 2024
P
Add debug offsets for free threaded builds (#123041)
Pablo Galindo Salgado committed
August 8, 2024
S
gh-122697: Fix free-threading memory leaks at shutdown (#122703)
Sam Gross committed
July 22, 2024
S
gh-100240: Use a consistent implementation for freelists (#121934)
Sam Gross committed
June 27, 2024
D
gh-120837: Update _Py_DumpExtensionModules to be async-signal-safe (gh-121051)
Donghee Na committed
June 26, 2024
E
gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh-121060)
Eric Snow committed
V
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Victor Stinner committed
June 25, 2024
E
gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)
Eric Snow committed
June 24, 2024
I
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
Irit Katriel committed
June 14, 2024
E
gh-120161: Fix a Crash in the _datetime Module (gh-120182)
Eric Snow committed
June 4, 2024
V
gh-111499: Fix PYTHONMALLOCSTATS at Python exit (#120021)
Victor Stinner committed
May 7, 2024
S
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross committed
May 5, 2024
P
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado committed
May 3, 2024
S
gh-118527: Use `_Py_ID(__main__)` for main module name (#118528)
Sam Gross committed
May 1, 2024
G
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum committed
April 30, 2024
V
gh-118422: Fix run_fileexflags() test (#118429)
Victor Stinner committed
M
gh-116622: Redirect stdout and stderr to system log when embedded in an Android app (#118063)
Malcolm Smith committed
April 24, 2024
E
gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192)
Eric Snow committed
April 18, 2024
D
gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)
Donghee Na committed
April 11, 2024
S
E
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow committed
March 21, 2024
S
gh-116522: Refactor `_PyThreadState_DeleteExcept` (#117131)
Sam Gross committed
V
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner committed
E
gh-105716: Update interp->threads.main After Fork (gh-117049)
Eric Snow committed
S
gh-116522: Stop the world before fork() and during shutdown (#116607)
Sam Gross committed
February 26, 2024
M
gh-115168: Add pystats counter for invalidated executors (GH-115169)
Michael Droettboom committed
February 20, 2024
S
gh-115103: Implement delayed free mechanism for free-threaded builds (#115367)
Sam Gross committed
B
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Brett Simmers committed
M
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH-114142)
Mark Shannon committed
February 16, 2024
N
gh-115503: Fix `run_presite` error handling (#115504)
Nikita Sobolev committed
February 14, 2024
D
gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)
Donghee Na committed
February 13, 2024
M
GH-113710: Backedge counter improvements. (GH-115166)
Mark Shannon committed
February 12, 2024
M
GH-113710: Fix updating of dict version tag and add watched dict stats (GH-115221)
Mark Shannon committed
February 10, 2024
D
February 2, 2024
M
GH-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon committed
January 29, 2024
B
GH-113464: Add a JIT backend for tier 2 (GH-113465)
Brandt Bucher committed
January 27, 2024
N
gh-113055: Use pointer for interp->obmalloc state (gh-113412)
Neil Schemenauer committed
January 25, 2024
M
gh-114312: Collect stats for unlikely events (GH-114493)
Michael Droettboom committed
January 18, 2024
D
gh-111968: Use per-thread freelists for generator in free-threading (gh-114189)
Donghee Na committed
January 16, 2024
D
gh-111968: Use per-thread freelists for PyContext in free-threading (gh-114122)
Donghee Na committed
January 15, 2024
D
gh-111968: Use per-thread slice_cache in free-threading (gh-113972)
Donghee Na committed
January 11, 2024
D
gh-111968: Use per-thread freelists for tuple in free-threading (gh-113921)
Donghee Na committed
January 10, 2024
D
gh-111968: Use per-thread freelists for float in free-threading (gh-113886)
Donghee Na committed
January 9, 2024
D
gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584)
Donghee Na committed
December 26, 2023
S
gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)
Sam Gross committed
December 13, 2023
S
gh-112723: Call `PyThreadState_Clear()` from the correct interpreter (#112776)
Sam Gross committed
December 12, 2023
E
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow committed
December 7, 2023
S
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross committed
S
gh-111962: Make dtoa thread-safe in `--disable-gil` builds. (#112049)
Sam Gross committed
December 1, 2023
V
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Victor Stinner committed
P
gh-112367: Only free perf trampoline arenas at shutdown (#112368)
Pablo Galindo Salgado committed