]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
os.sendfile() test: fix "AttributeError: 'NoneType' object has no attribute 'Thread...
authorGiampaolo Rodola' <g.rodola@gmail.com>
Wed, 18 May 2011 19:28:39 +0000 (21:28 +0200)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Wed, 18 May 2011 19:28:39 +0000 (21:28 +0200)
commit566f8a646e937c17ff5bc7a8abc7af3c332b66ec
tree81f43bb3bd12c4a6cff43bdb5013180fb022c625
parent0d38f2e65fa627c89fc4eb5cb9246f89179413ea
os.sendfile() test: fix "AttributeError: 'NoneType' object has no attribute 'Thread'" when running tests with --without-threads option.
reference: http://bugs.python.org/issue10882#msg136257
Lib/test/test_os.py