- 24 Nis, 2019 9 kayıt (commit)
-
-
Thomas Moreau yazdı
Fix the multiprocessing.semaphore_tracker so it is reused by child processes.
-
Guido van Rossum yazdı
This is meant as a stub, during the PyCon sprints we can iterate.
-
Victor Stinner yazdı
Py_InitializeEx() now uses a runtime variable passed to subfunctions, rather than working directly on the global variable _PyRuntime. Add 'runtime' parameter to _PyCoreConfig_Write(), _PySys_Create(), _PySys_InitMain(), _PyGILState_Init(), emit_stderr_warning_for_legacy_locale() and other subfunctions.
-
Victor Stinner yazdı
* Add a 'runtime' variable to Py_FinalizeEx() rather than working directly on the global variable _PyRuntime * Add a 'runtime' parameter to _PyGC_Fini(), _PyGILState_Fini() and call_ll_exitfuncs()
-
Joannah Nanjekye yazdı
* document relative imports *
📜 🤖 Added by blurb_it. * fix indentation error * remove indentation * Document relative imports * Document relative imports * remove from ...package * Document relative imports * remove trailing space * Document relative imports * Document relative imports -
Victor Stinner yazdı
The PyOS_AfterFork_Child() function now pass a 'runtime' parameter to subfunctions. * Fix _PyRuntimeState_ReInitThreads(): use the correct memory allocator * Add runtime parameter to _PyRuntimeState_ReInitThreads(), _PyGILState_Reinit() and _PyInterpreterState_DeleteExceptMain() * Move _PyGILState_Reinit() to the internal C API.
-
Victor Stinner yazdı
* Add 'runtime' parameter to _PyThreadState_Init() * Add 'gilstate' parameter to _PyGILState_NoteThreadState() * Move _PyThreadState_Init() and _PyThreadState_DeleteExcept() to the internal C API.
-
Victor Stinner yazdı
"./configure --with-pymalloc" no longer adds the "m" flag to SOABI (sys.implementation.cache_tag). Enabling or disabling pymalloc has no impact on the ABI.
-
Maximilian Nöthe yazdı
-
- 23 Nis, 2019 11 kayıt (commit)
-
-
Victor Stinner yazdı
Change test_time.test_monotonic() to test only the lower bound of elapsed time after a sleep command rather than the upper bound. This prevents unnecessary test failures on slow buildbots. Patch by Victor Stinner.
-
Mathieu Dupuy yazdı
-
Zackery Spytz yazdı
-
Inada Naoki yazdı
-
Victor Stinner yazdı
xlc compiler doesn't support "-D define" flag only "-Ddefine".
-
tyomitch yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
jkleint yazdı
-
Jakub Molinski yazdı
-
Raymond Hettinger yazdı
-
- 22 Nis, 2019 16 kayıt (commit)
-
-
Windson yang yazdı
-
Windson yang yazdı
-
Windson yang yazdı
-
Windson yang yazdı
-
Windson yang yazdı
-
Windson yang yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Zackery Spytz yazdı
-
Zackery Spytz yazdı
-
Berker Peksag yazdı
-
周家未 yazdı
-
Marcin Niemira yazdı
-
Wu Wei yazdı
-
Xtreak yazdı
Co-authored-by:
Felipe <felipe.nospam.ochoa@gmail.com>
-
Joannah Nanjekye yazdı
-
- 21 Nis, 2019 1 kayıt (commit)
-
-
mollison yazdı
-
- 20 Nis, 2019 2 kayıt (commit)
-
-
Fredrik Averpil yazdı
"sychronization" -> "synchronization"
-
Raymond Hettinger yazdı
-
- 19 Nis, 2019 1 kayıt (commit)
-
-
Inada Naoki yazdı
PyUnicode_AsUnicodeAndSize() -> PyUnicode_AsWideChar()
-