commit | da1fe768e582387212201ab8737a1a5f26110664 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Mar 17 01:25:34 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue Mar 17 01:25:34 2020 -0700 |
tree | 170a092c52b0a8bfd212eac10ded918c4658e862 | |
parent | 046255c40fc0d9c5a4c528eb5955792fa08df66f [diff] |
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>