]> granicus.if.org Git - python/commit
Another stab at the thread cleanup patch.
authorTim Peters <tim@python.org>
Mon, 9 Sep 2013 19:41:50 +0000 (14:41 -0500)
committerTim Peters <tim@python.org>
Mon, 9 Sep 2013 19:41:50 +0000 (14:41 -0500)
commitb5e9ac9ec63f2d437515edd2cbce31c5774e9dbd
tree16ed3f36ef0a37ea6d508eafcdb551e26b7f991b
parent7875523f164ea43033371c26ace6b5166135351b
Another stab at the thread cleanup patch.

Antoine Pitrou found a variation that worked for him on the
thread+fork tests, and added an important

    self._is_stopped = True

to the after-fork code.  I confess I don't know why things passed
before.  But then mixing fork with threads is insane ;-)
Lib/threading.py