]> granicus.if.org Git - python/commit
Speed up test_io by >2x by reducing the sleep time using setitimer instead of
authorGregory P. Smith <greg@krypto.org>
Sun, 24 Jun 2012 06:46:37 +0000 (23:46 -0700)
committerGregory P. Smith <greg@krypto.org>
Sun, 24 Jun 2012 06:46:37 +0000 (23:46 -0700)
commit8150492f11f17e2a09f7deb7af706536bc326c98
treef65c071dd819f377bcea6bdc1507dd601f0b1ecf
parent7349eb27d73b1a64be472f7c555c3d5602d7e982
Speed up test_io by >2x by reducing the sleep time using setitimer instead of
alarm for the signal tests.
Lib/test/test_io.py