Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d2ec81a8c99796b51fb8c49b77a7fe369863226f
/
Python
/
pylifecycle.c
4b52416
bpo-39542: Move object.h debug functions to internal C API (GH-18331)
by Victor Stinner
· 5 years ago
c6e5c11
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
by Victor Stinner
· 5 years ago
2b1df45
bpo-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990)
by Victor Stinner
· 5 years ago
2c7ed41
closes bpo-39261: Remove dead assignment from pyinit_config. (GH-17907)
by Alex Henrie
· 5 years ago
5b90771
bpo-13601: always use line-buffering for sys.stderr (GH-17646)
by Jendrik Seipp
· 5 years ago
630c8df
bpo-38858: Small integer per interpreter (GH-17315)
by Victor Stinner
· 6 years ago
080ee5a
bpo-38858: Fix ref leak in pycore_interp_init() (GH-17512)
by Victor Stinner
· 6 years ago
d863ade
bpo-38858: Add pycore_interp_init() code to factorize code (GH-17483)
by Victor Stinner
· 6 years ago
81fe5bd
bpo-38858: new_interpreter() reuses _PySys_Create() (GH-17481)
by Victor Stinner
· 6 years ago
4da4400
Remove unused variable in Python/pylifecycle.c (GH-17475)
by Pablo Galindo
· 6 years ago
ac0e1c2
bpo-38962: Fix reference leak in the per-subinterpreter gc (GH-17457)
by Pablo Galindo
· 6 years ago
b96c6b0
bpo-38962: Fix reference leak in new_interpreter() (GH-17453)
by Pablo Galindo
· 6 years ago
2ec1a1b
bpo-38858: new_interpreter() uses pycore_init_import_warnings() (GH-17353)
by Victor Stinner
· 6 years ago
2582d46
bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351)
by Victor Stinner
· 6 years ago
b005136
bpo-38858: Add init_interp_main() subfunction (GH-17347)
by Victor Stinner
· 6 years ago
e0c9ab8
bpo-38858: Add init_set_builtins_open() subfunction (GH-17346)
by Victor Stinner
· 6 years ago
3d48334
bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330)
by Victor Stinner
· 6 years ago
310e2d2
bpo-36854: Fix refleak in subinterpreter (GH-17331)
by Victor Stinner
· 6 years ago
b93f31f
bpo-38858: Fix Py_Finalize() when called from a subinterpreter (GH-17297)
by Victor Stinner
· 6 years ago
4dedd0f
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284)
by Victor Stinner
· 6 years ago
7247407
bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287)
by Victor Stinner
· 6 years ago
e7e699e
bpo-38858: Fix reference leak in pycore_init_types() (GH-17286)
by Victor Stinner
· 6 years ago
9da7430
bpo-36854: Clear the current thread later (GH-17279)
by Victor Stinner
· 6 years ago
7eee5be
bpo-38858: Factorize Py_EndInterpreter() code (GH-17273)
by Victor Stinner
· 6 years ago
01b1cc1
bpo-36710: Add PyInterpreterState.runtime field (GH-17270)
by Victor Stinner
· 6 years ago
444b39b
bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266)
by Victor Stinner
· 6 years ago
ef5aa9a
bpo-38858: Reorganize pycore_init_types() (GH-17265)
by Victor Stinner
· 6 years ago
8462a49
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
by Victor Stinner
· 6 years ago
3c30a76
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
by Victor Stinner
· 6 years ago
441b10c
bpo-38304: Add PyConfig.struct_size (GH-16451)
by Victor Stinner
· 6 years ago
12f2f17
bpo-38234: Py_Initialize() sets global path configuration (GH-16421)
by Victor Stinner
· 6 years ago
c422167
bpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
by Victor Stinner
· 6 years ago
1ce16fb
bpo-38070: Py_FatalError() logs runtime state (GH-16246)
by Victor Stinner
· 6 years ago
d3b9041
bpo-38070: Add _PyRuntimeState.preinitializing (GH-16245)
by Victor Stinner
· 6 years ago
1f21eaa
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
by Serhiy Storchaka
· 6 years ago
bed4817
Make PyXXX_Fini() functions private (GH-15531)
by Victor Stinner
· 6 years ago
762f93f
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
by Jeroen Demeyer
· 6 years ago
b45d259
bpo-36710: Use tstate in pylifecycle.c (GH-14249)
by Victor Stinner
· 6 years ago
987a0dc
bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
by Victor Stinner
· 6 years ago
0a28f8d
bpo-36710: Add tstate parameter in import.c (GH-14218)
by Victor Stinner
· 6 years ago
838f264
bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060)
by Victor Stinner
· 6 years ago
0fd2c30
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
by Victor Stinner
· 6 years ago
e225beb
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780)
by Victor Stinner
· 6 years ago
91234a1
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
by Inada Naoki
· 6 years ago
6a150bc
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)
by Eric Snow
· 6 years ago
396e0a8
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
by Eric Snow
· 6 years ago
331a6a5
bpo-36763: Implement the PEP 587 (GH-13592)
by Victor Stinner
· 6 years ago
b82e17e
bpo-36842: Implement PEP 578 (GH-12613)
by Steve Dower
· 6 years ago
5edcf26
bpo-36763: Rename private Python initialization functions (GH-13511)
by Victor Stinner
· 6 years ago
022be02
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
by Victor Stinner
· 6 years ago
ef9d9b6
bpo-36829: Add sys.unraisablehook() (GH-13187)
by Victor Stinner
· 6 years ago
0f72147
bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444)
by Victor Stinner
· 6 years ago
6d1c467
bpo-36763: Fix Python preinitialization (GH-13432)
by Victor Stinner
· 6 years ago
ed48866
bpo-35134: Split traceback.h header (GH-13430)
by Victor Stinner
· 6 years ago
b594784
bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396)
by Victor Stinner
· 6 years ago
cab5d07
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
by Victor Stinner
· 6 years ago
b16b4e4
bpo-36763: Add PyMemAllocatorName (GH-13387)
by Victor Stinner
· 6 years ago
9ef5dca
bpo-36763: Add _Py_InitializeMain() (GH-13362)
by Victor Stinner
· 6 years ago
dbacfc2
bpo-36763: _PyInitError always use int for exitcode (GH-13360)
by Victor Stinner
· 6 years ago
c96be81
bpo-36900: Replace global conf vars with config (GH-13299)
by Victor Stinner
· 6 years ago
410b85a
bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278)
by Victor Stinner
· 6 years ago
09532fe
bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934)
by Victor Stinner
· 6 years ago
86ea581
bpo-36737: Use the module state C-API for warnings. (gh-13159)
by Eric Snow
· 6 years ago
4631da1
bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)
by Victor Stinner
· 6 years ago
70005ac
bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037)
by Victor Stinner
· 6 years ago
709d23d
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
by Victor Stinner
· 6 years ago
43fc3bb
bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057)
by Victor Stinner
· 6 years ago
e251095
bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056)
by Victor Stinner
· 6 years ago
1a9f0d8
bpo-36763: Add _PyCoreConfig_SetString() (GH-13035)
by Victor Stinner
· 6 years ago
db71975
bpo-36763: Rework _PyInitError API (GH-13031)
by Victor Stinner
· 6 years ago
5f38b84
bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030)
by Victor Stinner
· 6 years ago
99fcc61
Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)
by Victor Stinner
· 6 years ago
b36e5d6
bpo-36356: Destroy the GIL at exit (GH-12453)
by Victor Stinner
· 6 years ago
4cb525a
bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)
by Victor Stinner
· 6 years ago
87d23a0
bpo-36724: Add _PyWarnings_Fini() (#12963)
by Victor Stinner
· 6 years ago
4312522
bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939)
by Victor Stinner
· 6 years ago
8e91c24
bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937)
by Victor Stinner
· 6 years ago
3092d6b
bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852)
by Victor Stinner
· 6 years ago
b75b1a35
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806)
by Eric Snow
· 6 years ago
f13c5c8
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360)
by Eric Snow
· 6 years ago
d929f18
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
by Victor Stinner
· 6 years ago
5ac27a5
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
by Victor Stinner
· 6 years ago
484f20d
bpo-36444: Add _PyCoreConfig._init_main (GH-12572)
by Victor Stinner
· 6 years ago
8b9dbc0
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
by Victor Stinner
· 6 years ago
f8ba6f5
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)
by Victor Stinner
· 6 years ago
2000495
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
by Victor Stinner
· 6 years ago
027b09c
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)
by Stefan Krah
· 6 years ago
a6fbc4e
bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536)
by Victor Stinner
· 6 years ago
f72346c
bpo-36301: Cleanup preconfig code (GH-12535)
by Victor Stinner
· 6 years ago
f29084d
bpo-36301: Add _PyRuntime.pre_initialized (GH-12457)
by Victor Stinner
· 6 years ago
fd23cfa
bpo-35388: Fix _PyRuntime_Finalize() (GH-12443)
by Victor Stinner
· 6 years ago
9e06d2b
bpo-36328: Fix compiler warning in Py_NewInterpreter() (GH-12381)
by Stéphane Wirtel
· 6 years ago
842a2f0
bpo-33608: Deal with pending calls relative to runtime shutdown. (gh-12246)
by Eric Snow
· 6 years ago
5be45a6
bpo-33608: Minor cleanup related to pending calls. (gh-12247)
by Eric Snow
· 6 years ago
4fffd38
bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188)
by Victor Stinner
· 6 years ago
c656e25
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
by Victor Stinner
· 6 years ago
7d2ef3e
bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186)
by Victor Stinner
· 6 years ago
b35be4b
bpo-36142: Add _PyPreConfig.allocator (GH-12181)
by Victor Stinner
· 6 years ago
5a02e0d
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
by Victor Stinner
· 6 years ago
6dcb542
bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)
by Victor Stinner
· 6 years ago
Next »