- 24 Apr, 2019 8 commits
-
-
Guido van Rossum authored
This is meant as a stub, during the PyCon sprints we can iterate.
-
Victor Stinner authored
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 authored
* 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 authored
* 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 authored
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 authored
* 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 authored
"./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 authored
-
- 23 Apr, 2019 11 commits
-
-
Victor Stinner authored
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 authored
-
Zackery Spytz authored
-
Inada Naoki authored
-
Victor Stinner authored
xlc compiler doesn't support "-D define" flag only "-Ddefine".
-
tyomitch authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
jkleint authored
-
Jakub Molinski authored
-
Raymond Hettinger authored
-
- 22 Apr, 2019 16 commits
-
-
Windson yang authored
-
Windson yang authored
-
Windson yang authored
-
Windson yang authored
-
Windson yang authored
-
Windson yang authored
-
Steve Dower authored
-
Steve Dower authored
-
Zackery Spytz authored
-
Zackery Spytz authored
-
Berker Peksag authored
-
周家未 authored
-
Marcin Niemira authored
-
Wu Wei authored
-
Xtreak authored
Co-authored-by: Felipe <felipe.nospam.ochoa@gmail.com>
-
Joannah Nanjekye authored
-
- 21 Apr, 2019 1 commit
-
-
mollison authored
-
- 20 Apr, 2019 2 commits
-
-
Fredrik Averpil authored
"sychronization" -> "synchronization"
-
Raymond Hettinger authored
-
- 19 Apr, 2019 1 commit
-
-
Inada Naoki authored
PyUnicode_AsUnicodeAndSize() -> PyUnicode_AsWideChar()
-
- 18 Apr, 2019 1 commit
-
-
Stefan Behnel authored
bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860)
-