mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
fda6bd842a
PyObject_Del() is just a alias to PyObject_Free() kept for backward compatibility. Use directly PyObject_Free() instead.
Miscellaneous source files for the main Python shared library