]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
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)
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.

1  2 
Lib/test/test_io.py

Simple merge