Staging
v0.5.1
https://github.com/python/cpython
Revision 5e12a5b82230cfa34a9c32f58467770e2076313c authored by Miss Islington (bot) on 07 August 2020, 16:18:29 UTC, committed by GitHub on 07 August 2020, 16:18:29 UTC

gdb 9.2 on Fedora Rawhide is not reliable, see:

* https://bugs.python.org/issue41473
* https://bugzilla.redhat.com/show_bug.cgi?id=1866884
(cherry picked from commit e27a51c11e10d5df79b3e48dc3e7bfedfad5a794)

Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent b2514c4
Raw File
Tip revision: 5e12a5b82230cfa34a9c32f58467770e2076313c authored by Miss Islington (bot) on 07 August 2020, 16:18:29 UTC
bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768)
Tip revision: 5e12a5b
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