mirror of
https://github.com/python/cpython.git
synced 2026-05-17 09:58:25 -04:00
fda6bd842a
PyObject_Del() is just a alias to PyObject_Free() kept for backward compatibility. Use directly PyObject_Free() instead.