]> granicus.if.org Git - python/commit
Revert r61650; the intent of this commit was to try and address alarm failures on...
authorTrent Nelson <trent.nelson@snakebite.org>
Thu, 20 Mar 2008 00:58:44 +0000 (00:58 +0000)
committerTrent Nelson <trent.nelson@snakebite.org>
Thu, 20 Mar 2008 00:58:44 +0000 (00:58 +0000)
commit00b53ea1b8e66af47d7bbd519afde6f47497a551
tree2049b7946767ffdee0541fac26d249eccb3f1e50
parent68fa8e6c453cb9f084a6ee3168518a58588f4c14
Revert r61650; the intent of this commit was to try and address alarm failures on some of the build slaves.  As Neal points out, it's called after test_main(), so it's not going to factor into the test when run via regrtest.py (and removes the original functionality that Jeffrey wanted that would kill the test if it took longer than 3 seconds to run when executing it directly during development).
Lib/test/test_socketserver.py