]> granicus.if.org Git - python/commit
Issue #7449, part 6: fix test_hashlib for missing threading module
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 27 Apr 2010 22:59:35 +0000 (22:59 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 27 Apr 2010 22:59:35 +0000 (22:59 +0000)
commitfd8ea99275cd5fcc3dc97a1d629b873caecd93f4
tree482dcd9a9413d0663e1634cbb36f8c609940a2f4
parenteef5c35c14f2193d42a5441ef842ec33b84f3ee6
Issue #7449, part 6: fix test_hashlib for missing threading module

Move @test_support.reap_thread decorator from test_main() to test_threaded_hashing().
Lib/test/test_hashlib.py