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 1a8082a commit 1f233f5Copy full SHA for 1f233f5
Lib/test/test_hashlib.py
@@ -253,6 +253,7 @@ def test_unknown_hash(self):
253
def test_new_upper_to_lower(self):
254
self.assertEqual(hashlib.new("SHA256").name, "sha256")
255
256
+ @support.thread_unsafe("modifies sys.modules")
257
def test_get_builtin_constructor(self):
258
get_builtin_constructor = getattr(hashlib,
259
'__get_builtin_constructor')
0 commit comments