1. 06 Mar, 2019 2 commits
    • Victor Stinner's avatar
      bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188) · 4fffd380
      Victor Stinner authored
      * _PyPreConfig_Read() now sets temporarily LC_CTYPE to the user
        preferred locale, as _PyPreConfig_Write() will do permanentely.
      * Fix _PyCoreConfig_Clear(): clear run_xxx attributes
      * _Py_SetArgcArgv() doesn't have to be exported
      * _PyCoreConfig_SetGlobalConfig() no longer applies preconfig
      4fffd380
    • Victor Stinner's avatar
      bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187) · c656e256
      Victor Stinner authored
      * _PyPreConfig_Write() now reallocates the pre-configuration with the
        new memory allocator.
      * It is no longer needed to force the "default raw memory allocator"
        to clear pre-configuration and core configuration. Simplify the
        code.
      * _PyPreConfig_Write() now does nothing if called after
        Py_Initialize(): no longer check if the allocator is the same.
      * Remove _PyMem_GetDebugAllocatorsName(): dev mode sets again
        allocator to "debug".
      c656e256
  2. 05 Mar, 2019 13 commits
  3. 04 Mar, 2019 8 commits
  4. 03 Mar, 2019 6 commits
  5. 02 Mar, 2019 2 commits
  6. 01 Mar, 2019 9 commits