Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c9038 commit 025a1fdCopy full SHA for 025a1fd
1 file changed
Modules/_ssl.c
@@ -3380,7 +3380,7 @@ PySSL_get_default_verify_paths(PyObject *self)
3380
else if ((target = PyUnicode_DecodeFSDefault(tmp)) == NULL) { \
3381
target = PyBytes_FromString(tmp); } \
3382
if (!target) goto error; \
3383
- }
+ }
3384
3385
CONVERT(X509_get_default_cert_file_env(), ofile_env);
3386
CONVERT(X509_get_default_cert_file(), ofile);
0 commit comments