]> granicus.if.org Git - python/commit
Issue 18808: blind attempt to repair some buildbot failures.
authorTim Peters <tim@python.org>
Sun, 8 Sep 2013 02:23:03 +0000 (21:23 -0500)
committerTim Peters <tim@python.org>
Sun, 8 Sep 2013 02:23:03 +0000 (21:23 -0500)
commit68d7f78703d8b1dbae79d51d8910b21bfefa1a32
treecd28c28f5f012c1da6bdb7c24cfd209aa0cd043e
parentb1424a2908f03ad1a41c9a845dd9782e6643fbb9
Issue 18808:  blind attempt to repair some buildbot failures.

test_is_alive_after_fork is failing on some old Linux kernels, but
passing on all newer ones.  Since virtually anything can go wrong
with locks when mixing threads with fork, replace the most likely
cause with a redundant simple data member.
Lib/threading.py