diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-12-20 22:41:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-20 22:41:38 (GMT) |
commit | 31e99080f6f8cf7faaba9fe3a4e0996e49163317 (patch) | |
tree | 918783a9df15a34a36405fdf7d0809102ccd90ea /Modules/spwdmodule.c | |
parent | 83cb778b4a3f856f2243b0f0d36fefb5c44b388f (diff) | |
download | cpython-31e99080f6f8cf7faaba9fe3a4e0996e49163317.zip cpython-31e99080f6f8cf7faaba9fe3a4e0996e49163317.tar.gz cpython-31e99080f6f8cf7faaba9fe3a4e0996e49163317.tar.bz2 |
bpo-32030: Fix usage of memory allocators (#4953)
* _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.
Diffstat (limited to 'Modules/spwdmodule.c')
0 files changed, 0 insertions, 0 deletions