]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Mar 2020 08:25:50 +0000 (01:25 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Mar 2020 08:25:50 +0000 (01:25 -0700)
commit4e3a7f9205112e7da1032aa802edf84379b134fc
treedc5d765e65c66383e9b8b1440c174d32a70193ac
parent627e7bc1bb203b6472af567f2effee952c34b34c
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)

PyObject_GenericSetDict() takes three arguments, not two.
(cherry picked from commit a45b695b9fcfbbb0a087222abc5c8d691a7d2770)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Doc/c-api/object.rst
Doc/data/refcounts.dat