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 2b77a92 commit f0bc645Copy full SHA for f0bc645
1 file changed
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