mirror of
https://github.com/python/cpython.git
synced 2024-11-22 13:28:21 +01:00
b16b4e4592
* Add PyMemAllocatorName enum * _PyPreConfig.allocator type becomes PyMemAllocatorName, instead of char* * Remove _PyPreConfig_Clear() * Add _PyMem_GetAllocatorName() * Rename _PyMem_GetAllocatorsName() to _PyMem_GetCurrentAllocatorName() * Remove _PyPreConfig_SetAllocator(): just call _PyMem_SetupAllocators() directly, we don't have do reallocate the configuration with the new allocator anymore! * _PyPreConfig_Write() parameter becomes const, as it should be in the first place! |
||
---|---|---|
.. | ||
_freeze_importlib.c | ||
_testembed.c | ||
python.c | ||
README |
Source files for binary executables (as opposed to shared modules)