gh-111178: Fix PyRangeIter_Type deallocator (#131162)
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().
V
Victor Stinner committed
0c6c52f49605f757c4a125ca195a2123bd930b93
Parent: 36978f7
Committed by GitHub <noreply@github.com>
on 3/13/2025, 9:46:20 AM