]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
authorZackery Spytz <zspytz@gmail.com>
Tue, 17 Mar 2020 08:19:28 +0000 (02:19 -0600)
committerGitHub <noreply@github.com>
Tue, 17 Mar 2020 08:19:28 +0000 (10:19 +0200)
commita45b695b9fcfbbb0a087222abc5c8d691a7d2770
treecd06e92d2effe5931dff3b29060e274f41158a68
parent58ec58a42bece5b2804b178c7a6a7e67328465db
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)

PyObject_GenericSetDict() takes three arguments, not two.
Doc/c-api/object.rst
Doc/data/refcounts.dat