[issue39153] Clarify refcounting semantics of PyDict_SetItem[String]

Serhiy Storchaka report at bugs.python.org
Sun Dec 29 16:44:40 EST 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

The documentation for PyList_SetItem is explicit because its behavior is an exception from common rule and differs from PyList_SET_ITEM, so both should be documented explicitly.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39153>
_______________________________________


More information about the Python-bugs-list mailing list