mirror of
https://github.com/python/cpython.git
synced 2026-05-19 02:44:16 -04:00
2c4e4f9839
This was the result of inconsistent use of PyMem_* and PyObject_* allocators. By changing to use PyObject_* allocator almost everywhere, this removes the inconsistency.