| commit | b5e9ac9ec63f2d437515edd2cbce31c5774e9dbd | [log] [tgz] |
|---|---|---|
| author | Tim Peters <tim@python.org> | Mon Sep 09 14:41:50 2013 -0500 |
| committer | Tim Peters <tim@python.org> | Mon Sep 09 14:41:50 2013 -0500 |
| tree | 16ed3f36ef0a37ea6d508eafcdb551e26b7f991b | |
| parent | 7875523f164ea43033371c26ace6b5166135351b [diff] |
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 ;-)