index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
pylifecycle.c
Commit message (
Expand
)
Author
Age
*
Fix a typo in Python/pylifecycle.c (#132350)
Chu
2025-04-10
*
gh-131738: optimize builtin any/all/tuple calls with a generator expression a...
Irit Katriel
2025-03-28
*
gh-131238: Add pycore_interpframe_structs.h header (#131553)
Victor Stinner
2025-03-21
*
GH-131498: Remove conditional stack effects (GH-131499)
Mark Shannon
2025-03-20
*
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner
2025-03-20
*
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner
2025-03-19
*
GH-131238: Core header refactor (GH-131250)
Mark Shannon
2025-03-17
*
gh-124878: Fix race conditions during interpreter finalization (#130649)
Sam Gross
2025-03-06
*
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka
2025-02-25
*
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner
2025-01-31
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
*
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher
2025-01-28
*
gh-129185: Simplify PyTraceMalloc_Track() (#129256)
Victor Stinner
2025-01-24
*
gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191)
Victor Stinner
2025-01-23
*
GH-91048: Add utils for capturing async call stack for asyncio programs and e...
Yury Selivanov
2025-01-22
*
gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)
Victor Stinner
2025-01-20
*
gh-129033: Remove _Py_InitializeMain() function (#129034)
Victor Stinner
2025-01-20
*
gh-128679: Redesign tracemalloc locking (#128888)
Victor Stinner
2025-01-15
*
gh-128400: Only show the current thread in `Py_FatalError` on the free-thread...
Peter Bierma
2025-01-13
*
gh-128146: Exclude os/log.h import on older macOS versions. (#128165)
Russell Keith-Magee
2025-01-07
*
gh-126925: Modify how iOS test results are gathered (#127592)
Russell Keith-Magee
2024-12-09
*
gh-126881: fix finalization of dtoa state (#126904)
Kumar Aditya
2024-11-29
*
gh-126255: Ignore warning about JIT being deactivated when perf support is ac...
mpage
2024-11-01
*
gh-124855: Don't allow the JIT and perf support to be active at the same time...
Pablo Galindo Salgado
2024-10-30
*
gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)
Eric Snow
2024-10-23
*
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow
2024-10-18
*
gh-124218: Use per-thread refcounts for code objects (#125216)
Sam Gross
2024-10-15
*
gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...
Jeremy Maitin-Shepard
2024-10-02
*
gh-124218: Refactor per-thread reference counting (#124844)
Sam Gross
2024-10-01
*
gh-119180: No longer set `__annotations__` in `__main__` (#124634)
Jelle Zijlstra
2024-09-27
*
Add debug offsets for free threaded builds (#123041)
Pablo Galindo Salgado
2024-08-15
*
gh-122697: Fix free-threading memory leaks at shutdown (#122703)
Sam Gross
2024-08-08
*
gh-100240: Use a consistent implementation for freelists (#121934)
Sam Gross
2024-07-22
*
gh-120837: Update _Py_DumpExtensionModules to be async-signal-safe (gh-121051)
Donghee Na
2024-06-28
*
gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh-121060)
Eric Snow
2024-06-26
*
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Victor Stinner
2024-06-26
*
gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)
Eric Snow
2024-06-25
*
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
Irit Katriel
2024-06-24
*
gh-120161: Fix a Crash in the _datetime Module (gh-120182)
Eric Snow
2024-06-14
*
gh-111499: Fix PYTHONMALLOCSTATS at Python exit (#120021)
Victor Stinner
2024-06-04
*
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross
2024-05-06
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
*
gh-118527: Use `_Py_ID(__main__)` for main module name (#118528)
Sam Gross
2024-05-03
*
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-04-30
*
gh-118422: Fix run_fileexflags() test (#118429)
Victor Stinner
2024-04-30
*
gh-116622: Redirect stdout and stderr to system log when embedded in an Andro...
Malcolm Smith
2024-04-30
*
gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192)
Eric Snow
2024-04-24
*
gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)
Donghee Na
2024-04-19
*
gh-117649: Raise ImportError for unsupported modules in free-threaded build (...
Sam Gross
2024-04-11
*
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow
2024-04-10
[next]