mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
Don't use PyObject_Free() as tp_dealloc to avoid an undefined behavior. Instead, use the default deallocator which just calls tp_free which is PyObject_Free().
Miscellaneous source files for the main Python shared library