COMMITS
/ Python/pylifecycle.c 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
November 2, 2023
S
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka committed
November 1, 2023
E
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow committed
G
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Guido van Rossum committed
October 14, 2023
Ł
gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)
Łukasz Langa committed
October 5, 2023
S
gh-109549: Add new states to PyThreadState to support PEP 703 (gh-109915)
Sam Gross committed
October 3, 2023
October 2, 2023
E
gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994)
Eric Snow committed
September 30, 2023
V
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner committed
September 29, 2023
V
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner committed
September 23, 2023
S
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
Serhiy Storchaka committed
September 8, 2023
M
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon committed
September 6, 2023
V
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner committed
September 1, 2023
V
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Victor Stinner committed
August 31, 2023
V
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner committed
August 24, 2023
V
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner committed
August 23, 2023
V
gh-108308: Replace _PyDict_GetItemStringWithError() (#108372)
Victor Stinner committed
V
gh-108308: Replace PyDict_GetItem() with PyDict_GetItemRef() (#108309)
Victor Stinner committed
August 22, 2023
V
Ignore _Py_write_noraise() result: cast to (void) (#108291)
Victor Stinner committed
August 18, 2023
V
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner committed
August 17, 2023
M
August 7, 2023
E
gh-107630: Initialize Each Interpreter's refchain Properly (gh-107733)
Eric Snow committed
August 3, 2023
E
gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)
Eric Snow committed
July 22, 2023
V
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner committed
July 20, 2023
B
GH-104584: Miscellaneous fixes for -Xuops (GH-106908)
Brandt Bucher committed
June 30, 2023
V
Remove private _PyCodec_Lookup() function (#106269)
Victor Stinner committed