Staging
v0.8.1
https://github.com/python/cpython
Revision 2714c907df7cfe97911df6ce90364001270d9a43 authored by Miss Islington (bot) on 11 April 2020, 20:53:00 UTC, committed by GitHub on 11 April 2020, 20:53:00 UTC

I updated the error codes using the OpenSSL 1.1.1f source tree.
(cherry picked from commit 3e0dd3730b5eff7e9ae6fb921aa77cd26efc9e3a)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
1 parent ceba064
Raw File
Tip revision: 2714c907df7cfe97911df6ce90364001270d9a43 authored by Miss Islington (bot) on 11 April 2020, 20:53:00 UTC
closes bpo-39953: Update OpenSSL error codes table. (GH-19082)
Tip revision: 2714c90
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