]> 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:34 +0000 (01:25 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Mar 2020 08:25:34 +0000 (01:25 -0700)
commitda1fe768e582387212201ab8737a1a5f26110664
tree170a092c52b0a8bfd212eac10ded918c4658e862
parent046255c40fc0d9c5a4c528eb5955792fa08df66f
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