gh-106572: Convert PyObject_DelAttr() to a function (#106611)
* Convert PyObject_DelAttr() and PyObject_DelAttrString() macros to functions. * Add PyObject_DelAttr() and PyObject_DelAttrString() functions to the stable ABI. * Replace PyObject_SetAttr(obj, name, NULL) with PyObject_DelAttr(obj, name).
V
Victor Stinner committed
1f2921b72c369b19c2e32aaedb9f8c63e0cb8b48
Parent: e6379f7
Committed by GitHub <noreply@github.com>
on 7/11/2023, 9:38:22 AM