Skip to content

Commit 36733b9

Browse files
committed
Remove critical section from get_sigalgs() function
1 parent 2ec62c0 commit 36733b9

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

Modules/_ssl.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6336,13 +6336,12 @@ _ssl_get_default_verify_paths_impl(PyObject *module)
63366336
}
63376337

63386338
/*[clinic input]
6339-
@critical_section
63406339
_ssl.get_sigalgs
63416340
[clinic start generated code]*/
63426341

63436342
static PyObject *
63446343
_ssl_get_sigalgs_impl(PyObject *module)
6345-
/*[clinic end generated code: output=ab0791b63856854b input=bf74cdad3a19d29e]*/
6344+
/*[clinic end generated code: output=ab0791b63856854b input=d96dd6cefec3f86b]*/
63466345
{
63476346
#if OPENSSL_VERSION_NUMBER >= 0x30400000L
63486347
const char *sigalgs;

Modules/clinic/_ssl.c.h

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)