summaryrefslogtreecommitdiffstats
path: root/Include/cpython/pylifecycle.h
Commit message (Expand)AuthorAgeFilesLines
* gh-117649: Raise ImportError for unsupported modules in free-threaded build (...Sam Gross2024-04-111-1/+10
* gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)Victor Stinner2023-10-071-2/+0
* gh-108014: Add Py_IsFinalizing() function (#108032)Victor Stinner2023-08-181-0/+2
* gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)Eric Snow2023-07-271-0/+4
* gh-98608: Move PyInterpreterConfig to pylifecycle.h (#107191)Victor Stinner2023-07-241-0/+39
* gh-106320: Remove private pylifecycle.h functions (#106400)Victor Stinner2023-07-041-25/+2
* gh-105145: Remove old functions to config Python init (#105154)Victor Stinner2023-06-011-9/+0
* gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-...Eric Snow2023-05-151-0/+1
* gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110)Eric Snow2023-05-031-2/+2
* gh-101659: Add _Py_AtExit() (gh-103298)Eric Snow2023-04-061-0/+4
* gh-98608: Stop Treating All Errors from _Py_NewInterpreterFromConfig() as Fat...Eric Snow2023-03-211-2/+3
* gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...Eric Snow2022-10-261-1/+2
* bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)Petr Viktorin2021-05-251-0/+4
* bpo-44113: Deprecate old functions to config Python init (GH-26060)Victor Stinner2021-05-121-3/+4
* bpo-42639: Cleanup atexitmodule.c (GH-23770)Victor Stinner2020-12-141-5/+0
* bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)Victor Stinner2020-12-091-0/+1
* bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18...Skip Montanaro2020-06-011-8/+0
* bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)Victor Stinner2020-05-011-0/+2
* bpo-39372: Clean header files of declared interfaces with no implementations ...Pablo Galindo2020-01-181-8/+0
* bpo-36763: Implement the PEP 587 (GH-13592)Victor Stinner2019-05-271-15/+15
* bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444)Victor Stinner2019-05-201-2/+2
* bpo-36763: Fix Python preinitialization (GH-13432)Victor Stinner2019-05-201-2/+2
* bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396)Victor Stinner2019-05-171-4/+4
* bpo-36763: Add _Py_InitializeMain() (GH-13362)Victor Stinner2019-05-161-0/+1
* bpo-36471: Add _Py_RunMain() (GH-12618)Victor Stinner2019-03-291-0/+3
* bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)Victor Stinner2019-03-271-9/+19
* bpo-36444: Add _PyCoreConfig._init_main (GH-12572)Victor Stinner2019-03-271-4/+2
* bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)Victor Stinner2019-03-271-10/+1
* bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)Victor Stinner2019-03-261-2/+2
* bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)Victor Stinner2019-03-261-1/+1
* bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)Victor Stinner2019-03-251-3/+0
* bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536)Victor Stinner2019-03-251-0/+2
* bpo-36301: Add _PyRuntime.pre_initialized (GH-12457)Victor Stinner2019-03-201-0/+4
* bpo-36142: Rework error reporting in pymain_main() (GH-12113)Victor Stinner2019-03-011-1/+1
* bpo-35713: Rework Python initialization (GH-11647)Victor Stinner2019-01-221-27/+0
* bpo-35134: Create Include/cpython/pylifecycle.h (GH-10731)Victor Stinner2018-11-261-0/+99