index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
pylifecycle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-112367: Only free perf trampoline arenas at shutdown (GH-112368) (#...
Pablo Galindo Salgado
2023-12-01
1
-1/+1
*
[3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701)
Eric Snow
2023-11-27
1
-0/+26
*
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#...
Eric Snow
2023-08-16
1
-4/+6
*
[3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under I...
Eric Snow
2023-08-05
1
-4/+4
*
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (g...
Miss Islington (bot)
2023-08-03
1
-4/+4
*
[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)
Eric Snow
2023-06-14
1
-0/+3
*
[3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (g...
Miss Islington (bot)
2023-06-13
1
-4/+15
*
[3.12] gh-100227: Lock Around Use of the Global "atexit" State (gh-105514) (g...
Miss Islington (bot)
2023-06-08
1
-3/+14
*
[3.12] gh-104341: Call _PyEval_ReleaseLock() with NULL When Finalizing the Cu...
Miss Islington (bot)
2023-06-01
1
-1/+1
*
gh-103295: expose API for writing perf map files (#103546)
gsallam
2023-05-21
1
-0/+1
*
GH-101520: Move tracemalloc functionality into core, leaving interface in Mod...
Mark Shannon
2023-05-17
1
-3/+4
*
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra
2023-05-16
1
-0/+2
*
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-...
Eric Snow
2023-05-15
1
-0/+17
*
gh-101819: Isolate `_io` (#101948)
Erlend E. Aasland
2023-05-15
1
-10/+0
*
gh-99113: Make Sure the GIL is Acquired at the Right Places (gh-104208)
Eric Snow
2023-05-06
1
-3/+22
*
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Eric Snow
2023-05-05
1
-5/+7
*
gh-103323: Remove PyRuntimeState_GetThreadState() (#104171)
Victor Stinner
2023-05-04
1
-4/+3
*
gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110)
Eric Snow
2023-05-03
1
-7/+8
*
gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Inte...
Eric Snow
2023-05-02
1
-3/+3
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-4/+3
*
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow
2023-04-27
1
-12/+0
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
1
-3/+24
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-5/+0
*
gh-101659: Add _Py_AtExit() (gh-103298)
Eric Snow
2023-04-06
1
-7/+7
*
gh-100227: Revert gh-102925 "gh-100227: Make the Global Interned Dict Safe fo...
Eric Snow
2023-03-27
1
-4/+0
*
gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters (gh-1...
Eric Snow
2023-03-23
1
-0/+4
*
gh-94673: Isolate the _io module to Each Interpreter (gh-102663)
Eric Snow
2023-03-21
1
-4/+8
*
gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)
Eric Snow
2023-03-21
1
-1/+1
*
gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)
Eric Snow
2023-03-21
1
-0/+5
*
gh-98608: Stop Treating All Errors from _Py_NewInterpreterFromConfig() as Fat...
Eric Snow
2023-03-21
1
-9/+10
*
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow
2023-03-20
1
-0/+1
*
gh-102755: fix refleak (#102826)
Irit Katriel
2023-03-19
1
-1/+2
*
gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...
Irit Katriel
2023-03-18
1
-1/+1
*
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel
2023-03-16
1
-21/+8
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-1/+1
*
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...
Eric Snow
2023-02-16
1
-0/+4
*
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow
2023-02-15
1
-97/+30
*
gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)
Erlend E. Aasland
2023-02-15
1
-5/+9
*
gh-59956: Clarify Runtime State Status Expectations (gh-101308)
Eric Snow
2023-01-30
1
-3/+40
*
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow
2023-01-19
1
-10/+9
*
gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)
Eric Snow
2022-12-12
1
-1/+0
*
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow
2022-12-08
1
-0/+5
*
gh-99337: Fix compile errors with gcc 12 on macOS (#99470)
Ronald Oussoren
2022-11-21
1
-3/+4
*
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow
2022-11-16
1
-2/+0
*
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow
2022-11-15
1
-0/+2
*
gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
Eric Snow
2022-11-12
1
-0/+5
*
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
Eric Snow
2022-11-11
1
-1/+1
*
gh-81057: Add PyInterpreterState.static_objects (gh-99397)
Eric Snow
2022-11-11
1
-1/+1
*
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon
2022-11-10
1
-1/+20
*
gh-99300: Use Py_NewRef() in Python/ directory (#99302)
Victor Stinner
2022-11-10
1
-6/+3
[next]