Skip to content

Commit 911068e

Browse files
[3.6] Regenerate Argument Clinic code for bpo-19180. (GH-2073). (#2077)
(cherry picked from commit 5f31d5c)
1 parent 0b7629c commit 911068e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/_ssl.c

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

44814481
static PyObject *
44824482
_ssl_RAND_add_impl(PyObject *module, Py_buffer *view, double entropy)
4483-
/*[clinic end generated code: output=e6dd48df9c9024e9 input=580c85e6a3a4fe29]*/
4483+
/*[clinic end generated code: output=e6dd48df9c9024e9 input=5c33017422828f5c]*/
44844484
{
44854485
const char *buf;
44864486
Py_ssize_t len, written;

Modules/clinic/_ssl.c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,4 +1168,4 @@ _ssl_enum_crls(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kw
11681168
#ifndef _SSL_ENUM_CRLS_METHODDEF
11691169
#define _SSL_ENUM_CRLS_METHODDEF
11701170
#endif /* !defined(_SSL_ENUM_CRLS_METHODDEF) */
1171-
/*[clinic end generated code: output=a859b21fe68a6115 input=a9049054013a1b77]*/
1171+
/*[clinic end generated code: output=56cead8610faa505 input=a9049054013a1b77]*/

0 commit comments

Comments
 (0)