]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix in trailing comment: PyDict_SetItemString() does *not* consume a reference
authorFred Drake <fdrake@acm.org>
Fri, 5 Sep 1997 17:53:53 +0000 (17:53 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 5 Sep 1997 17:53:53 +0000 (17:53 +0000)
commit49bb0e32a03c056a42df5c8d90347db19d3cb2d4
tree3f4e5db9189fe17671752bb52167db163ccc2341
parentaee0bad0a50f9f533267d241bea97a0b2118f238
Fix in trailing comment:  PyDict_SetItemString() does *not* consume a reference
count, PyList_SetItem() does.  Very confusing!
Include/object.h