]> granicus.if.org Git - python/commit
Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test
authorGregory P. Smith <greg@krypto.org>
Mon, 25 Jun 2012 08:15:14 +0000 (01:15 -0700)
committerGregory P. Smith <greg@krypto.org>
Mon, 25 Jun 2012 08:15:14 +0000 (01:15 -0700)
commit875c1bc522704e8d70f8ea244ff8b25498ce568f
tree74df0a30cb5537607c585ea0ccd2cb3a09157d53
parent48986d68c2bc6da075fed2cb9f8426afc7c6a622
parentb5ba203709ec9e2e189e29cd5b200b03c7fe0843
Backout change e8f44ebacda7052267318cecf5b6f128d35add17.  Reverting the test
to using signal.alarm(1) instead of signal.setitimer(signal.ITIMER_REAL, 0.1).

This is an attempt to see if this change is what caused the ubuntu arm buildbot
to hang in test_io's test_interrupted_write_retry_text.
Discussion in Issue #12268.
Lib/test/test_io.py