mirror of
https://github.com/python/cpython.git
synced 2026-06-06 11:34:30 -04:00
45be8d67be
Also document that the separate functions that delete objects are preferred; using PyObject_SetAttr(), _SetAttrString(), and PySequence_SetItem() to delete is deprecated.