Skip to content

Commit 535baad

Browse files
authored
Update Lib/test/test_ssl.py
1 parent 5b109a6 commit 535baad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2852,7 +2852,7 @@ def test_ssl_in_multiple_threads(self):
28522852
self.test_alpn_protocols,
28532853
self.test_getpeercert,
28542854
self.test_crl_check,
2855-
partial(
2855+
functools.partial(
28562856
self.test_check_hostname_idn,
28572857
warnings_filters=warnings_filters,
28582858
),

0 commit comments

Comments
 (0)