Replace PyObject_Del with PyObject_Free (#122453)
PyObject_Del() is just a alias to PyObject_Free() kept for backward compatibility. Use directly PyObject_Free() instead.
V
Victor Stinner committed
fda6bd842a2b93a501526f1b830eb900d935ac73
Parent: 8803086
Committed by GitHub <noreply@github.com>
on 8/1/2024, 12:12:33 PM