Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5f31d5cf
Commit
5f31d5cf
authored
Jun 10, 2017
by
Serhiy Storchaka
Committed by
GitHub
Jun 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate Argument Clinic code for bpo-19180. (#2073)
parent
171b9a35
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Modules/_ssl.c
Modules/_ssl.c
+1
-1
Modules/clinic/_ssl.c.h
Modules/clinic/_ssl.c.h
+1
-1
No files found.
Modules/_ssl.c
View file @
5f31d5cf
...
...
@@ -4445,7 +4445,7 @@ string. See RFC 4086.
static
PyObject
*
_ssl_RAND_add_impl
(
PyObject
*
module
,
Py_buffer
*
view
,
double
entropy
)
/*[clinic end generated code: output=e6dd48df9c9024e9 input=5
80c85e6a3a4fe29
]*/
/*[clinic end generated code: output=e6dd48df9c9024e9 input=5
c33017422828f5c
]*/
{
const
char
*
buf
;
Py_ssize_t
len
,
written
;
...
...
Modules/clinic/_ssl.c.h
View file @
5f31d5cf
...
...
@@ -1180,4 +1180,4 @@ exit:
#ifndef _SSL_ENUM_CRLS_METHODDEF
#define _SSL_ENUM_CRLS_METHODDEF
#endif
/* !defined(_SSL_ENUM_CRLS_METHODDEF) */
/*[clinic end generated code: output=
2ab0e4fdb2d2acbc
input=a9049054013a1b77]*/
/*[clinic end generated code: output=
30284eec805dbdf8
input=a9049054013a1b77]*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment