summaryrefslogtreecommitdiff
path: root/Python/getplatform.c
diff options
context:
space:
mode:
authorTim Peters <tim@python.org>2013-09-09 18:48:24 -0500
committerTim Peters <tim@python.org>2013-09-09 18:48:24 -0500
commit72460fa68ba98f5aa94cdc842070884403c0fc73 (patch)
treec35fa089da52dce5cb1f10c373ce19b9b90e76c8 /Python/getplatform.c
parentb5e9ac9ec63f2d437515edd2cbce31c5774e9dbd (diff)
downloadcpython-git-72460fa68ba98f5aa94cdc842070884403c0fc73.tar.gz
Get "stopped" back into repr(Thread) when appropriate.
Due to recent changes, a Thread doesn't know that it's over before someone calls .join() or .is_alive(). That meant repr(Thread) continued to include "started" (and not "stopped") before one of those methods was called, even if hours passed since the thread ended. Repaired that.
Diffstat (limited to 'Python/getplatform.c')
0 files changed, 0 insertions, 0 deletions