Skip to content

Commit 5f31d5c

Browse files
Regenerate Argument Clinic code for bpo-19180. (python#2073)
1 parent 171b9a3 commit 5f31d5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/_ssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4445,7 +4445,7 @@ string. See RFC 4086.
44454445

44464446
static PyObject *
44474447
_ssl_RAND_add_impl(PyObject *module, Py_buffer *view, double entropy)
4448-
/*[clinic end generated code: output=e6dd48df9c9024e9 input=580c85e6a3a4fe29]*/
4448+
/*[clinic end generated code: output=e6dd48df9c9024e9 input=5c33017422828f5c]*/
44494449
{
44504450
const char *buf;
44514451
Py_ssize_t len, written;

Modules/clinic/_ssl.c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,4 +1180,4 @@ _ssl_enum_crls(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kw
11801180
#ifndef _SSL_ENUM_CRLS_METHODDEF
11811181
#define _SSL_ENUM_CRLS_METHODDEF
11821182
#endif /* !defined(_SSL_ENUM_CRLS_METHODDEF) */
1183-
/*[clinic end generated code: output=2ab0e4fdb2d2acbc input=a9049054013a1b77]*/
1183+
/*[clinic end generated code: output=30284eec805dbdf8 input=a9049054013a1b77]*/

0 commit comments

Comments
 (0)