mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
0ddfb5717f
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