Files
cpython/Python
Victor Stinner c656e25667 bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
* _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".
2019-03-06 01:13:43 +01:00
..
2016-09-07 09:26:18 -07:00
2019-03-05 20:42:06 +02:00
2018-10-19 23:30:03 +02:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library