Staging
v0.8.1
https://github.com/python/cpython
Revision da1fe768e582387212201ab8737a1a5f26110664 authored by Miss Islington (bot) on 17 March 2020, 08:25:34 UTC, committed by GitHub on 17 March 2020, 08:25:34 UTC

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

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent 046255c
Raw File
Tip revision: da1fe768e582387212201ab8737a1a5f26110664 authored by Miss Islington (bot) on 17 March 2020, 08:25:34 UTC
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
Tip revision: da1fe76
indent.pro
--blank-lines-after-declarations
--blank-lines-after-procedures
--braces-after-func-def-line
--braces-on-if-line
--braces-on-struct-decl-line
--break-after-boolean-operator
--comment-indentation25
--comment-line-length79
--continue-at-parentheses
--dont-cuddle-do-while
--dont-cuddle-else
--indent-level4
--line-length79
--no-space-after-casts
--no-space-after-function-call-names
--no-space-after-parentheses
--no-tabs
--procnames-start-lines
--space-after-for
--space-after-if
--space-after-while
--swallow-optional-blank-lines
-T PyCFunction
-T PyObject
back to top