]> granicus.if.org Git - python/commit
bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Feb 2018 15:33:50 +0000 (07:33 -0800)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2018 15:33:50 +0000 (07:33 -0800)
commit5d0d0eaf3ccee4349a5bed6e7741d09d56f2ab50
tree097900a5e8477129cc0219b438a6796272fe6961
parent47316342417146f62653bc3c3dd505bfacc5e956
bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)

(cherry picked from commit f0bc645dfede8118c84844bad319cd952c4d1905)

Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
Lib/test/test_hashlib.py