mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
* 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). |
||
|---|---|---|
| .. | ||
| refcounts.dat | ||
| stable_abi.dat | ||