]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test
authorGregory P. Smith <greg@krypto.org>
Mon, 25 Jun 2012 08:13:32 +0000 (01:13 -0700)
committerGregory P. Smith <greg@krypto.org>
Mon, 25 Jun 2012 08:13:32 +0000 (01:13 -0700)
commitb5ba203709ec9e2e189e29cd5b200b03c7fe0843
tree4c1bff8b3dd919acbaa1c47f4318e776646869b3
parent33369cf9a534289769c9e8a3a093a0fa380dd435
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