1. 30 Dec, 2017 3 commits
  2. 29 Dec, 2017 4 commits
  3. 28 Dec, 2017 2 commits
  4. 26 Dec, 2017 3 commits
  5. 25 Dec, 2017 5 commits
  6. 24 Dec, 2017 2 commits
  7. 23 Dec, 2017 8 commits
  8. 22 Dec, 2017 2 commits
  9. 21 Dec, 2017 10 commits
  10. 20 Dec, 2017 1 commit
    • Victor Stinner's avatar
      bpo-32030: Fix usage of memory allocators (#4953) · 31e99080
      Victor Stinner authored
      * _Py_InitializeCore() doesn't call _PyMem_SetupAllocators() anymore
        if the PYTHONMALLOC environment variable is not set.
      * pymain_cmdline() now sets the allocator to the default, instead of
        setting the allocator in subfunctions.
      * Py_SetStandardStreamEncoding() now calls
        _PyMem_SetDefaultAllocator() to get a known allocator, to be able
        to release the memory with the same allocator.
      31e99080