]> granicus.if.org Git - python/commit
Minor cleanup of the new scheme for detecting thread termination.
authorTim Peters <tim@python.org>
Mon, 9 Sep 2013 17:57:10 +0000 (12:57 -0500)
committerTim Peters <tim@python.org>
Mon, 9 Sep 2013 17:57:10 +0000 (12:57 -0500)
commit7a6054b19dae9c65ce7cfe897ac589448972b646
tree012f8d89e1d5a76ed1e0512d18c387b3a64b06eb
parent8568f66daf088cf235a42288621fb4770ac48199
Minor cleanup of the new scheme for detecting thread termination.

Documented some obscurities, and assert'ed ._stop()'s crucial precondition.
Lib/threading.py