Senthil Kumaran added the comment: Here is an updated patch that increases the coverage to 100% and has some pep8 style improvements.
shannon-2:issue11551 senthil$ ./python.exe -m test.regrtest test_dummy_thread Run tests sequentially 0:00:00 [1/1] test_dummy_thread 1 test OK. Total duration: 23 ms Tests result: SUCCESS shannon-2:issue11551 senthil$ ./python.exe -m coverage run --pylib --source=_dummy_thread Lib/test/regrtest.py test_dummy_thread Run tests sequentially 0:00:00 [1/1] test_dummy_thread 1 test OK. Total duration: 82 ms Tests result: SUCCESS shannon-2:issue11551 senthil$ ./python.exe -m coverage report --show-missing Name Stmts Miss Cover Missing ---------------------------------------------------- Lib/_dummy_thread.py 64 0 100% Since these are restricted to test improvements and have addressed the comments from previous reviews, I am going ahead with committing this patch. If there are any further comments, we can address them in subsequent commits. ---------- Added file: http://bugs.python.org/file44461/issue11551.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11551> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com