Staging
v0.5.1
https://github.com/python/cpython
Revision 36101c2c5daf692d1716e17720c6c5197f28e25d authored by Miss Islington (bot) on 13 July 2019, 03:33:53 UTC, committed by GitHub on 13 July 2019, 03:33:53 UTC
(cherry picked from commit b9a0376b0dedf16a2f82fa43d851119d1f7a2707)

Co-authored-by: gescheit <gescheit@yandex-team.ru>
1 parent bfb709b
Raw File
Tip revision: 36101c2c5daf692d1716e17720c6c5197f28e25d authored by Miss Islington (bot) on 13 July 2019, 03:33:53 UTC
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
Tip revision: 36101c2
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