COMMITS
/ Python/pylifecycle.c January 31, 2025
V
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner committed
January 30, 2025
V
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner committed
January 29, 2025
B
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher committed
January 24, 2025
V
gh-129185: Simplify PyTraceMalloc_Track() (#129256)
Victor Stinner committed
January 23, 2025
V
gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191)
Victor Stinner committed
January 22, 2025
Y
January 20, 2025
V
gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)
Victor Stinner committed
V
gh-129033: Remove _Py_InitializeMain() function (#129034)
Victor Stinner committed
January 15, 2025
V
gh-128679: Redesign tracemalloc locking (#128888)
Victor Stinner committed
January 13, 2025
P
January 7, 2025
R
gh-128146: Exclude os/log.h import on older macOS versions. (#128165)
Russell Keith-Magee committed
December 9, 2024
R
gh-126925: Modify how iOS test results are gathered (#127592)
Russell Keith-Magee committed
November 29, 2024
K
gh-126881: fix finalization of dtoa state (#126904)
Kumar Aditya committed
November 1, 2024
October 30, 2024
P
gh-124855: Don't allow the JIT and perf support to be active at the same time (#124856)
Pablo Galindo Salgado committed
October 23, 2024
E
gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)
Eric Snow committed
October 18, 2024
E
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow committed
October 15, 2024
S
gh-124218: Use per-thread refcounts for code objects (#125216)
Sam Gross committed
October 2, 2024
J
gh-87135: Hang non-main threads that attempt to acquire the GIL during finalization (GH-105805)
Jeremy Maitin-Shepard committed
October 1, 2024
S
gh-124218: Refactor per-thread reference counting (#124844)
Sam Gross committed
September 27, 2024
J
gh-119180: No longer set `__annotations__` in `__main__` (#124634)
Jelle Zijlstra committed
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