Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d71c97

Browse files
committed
merge 3.4 (#23875)
2 parents 55c1435 + 43b8427 commit 7d71c97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/_ssl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4047,7 +4047,7 @@ PySSL_enum_certificates(PyObject *self, PyObject *args, PyObject *kwds)
40474047
PyObject *keyusage = NULL, *cert = NULL, *enc = NULL, *tup = NULL;
40484048
PyObject *result = NULL;
40494049

4050-
if (!PyArg_ParseTupleAndKeywords(args, kwds, "s|s:enum_certificates",
4050+
if (!PyArg_ParseTupleAndKeywords(args, kwds, "s:enum_certificates",
40514051
kwlist, &store_name)) {
40524052
return NULL;
40534053
}
@@ -4135,7 +4135,7 @@ PySSL_enum_crls(PyObject *self, PyObject *args, PyObject *kwds)
41354135
PyObject *crl = NULL, *enc = NULL, *tup = NULL;
41364136
PyObject *result = NULL;
41374137

4138-
if (!PyArg_ParseTupleAndKeywords(args, kwds, "s|s:enum_crls",
4138+
if (!PyArg_ParseTupleAndKeywords(args, kwds, "s:enum_crls",
41394139
kwlist, &store_name)) {
41404140
return NULL;
41414141
}

0 commit comments

Comments
 (0)