1. 11 Mar, 2019 3 commits
  2. 10 Mar, 2019 6 commits
  3. 09 Mar, 2019 7 commits
  4. 08 Mar, 2019 5 commits
  5. 07 Mar, 2019 9 commits
  6. 06 Mar, 2019 9 commits
  7. 05 Mar, 2019 1 commit
    • Victor Stinner's avatar
      bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186) · 7d2ef3ef
      Victor Stinner authored
      * _PyPreConfig_Write() now sets the memory allocator.
      * _PyPreConfig_Write() gets a return type: _PyInitError.
      * _Py_InitializeCore() now reads and writes the pre-configuration
        (set the memory allocator, configure the locale) before reading and
        writing the core configuration.
      7d2ef3ef