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 ef20abe commit e81a6c8Copy full SHA for e81a6c8
Lib/test/test_hashlib.py
@@ -163,6 +163,7 @@ def hash_constructors(self):
163
return itertools.chain.from_iterable(constructors)
164
165
@support.refcount_test
166
+ @unittest.skipIf(c_hashlib is None, 'Require _hashlib module')
167
def test_refleaks_in_hash___init__(self):
168
gettotalrefcount = support.get_attribute(sys, 'gettotalrefcount')
169
sha1_hash = c_hashlib.new('sha1')
0 commit comments