Staging
v0.5.1
https://github.com/python/cpython
Revision 8f034d9af2c36cd3451fac5044a700da77a96bd5 authored by Gregory P. Smith on 22 January 2008, 01:29:11 UTC, committed by Gregory P. Smith on 22 January 2008, 01:29:11 UTC
- Fix Issue #1703448: A joined thread could show up in the
  threading.enumerate() list after the join() for a brief period until
  it actually exited.
1 parent 9f26fcc
History
Tip revision: 8f034d9af2c36cd3451fac5044a700da77a96bd5 authored by Gregory P. Smith on 22 January 2008, 01:29:11 UTC
Backport of r60190:
Tip revision: 8f034d9
File Mode Size
cache.c -rw-r--r-- 12.4 KB
cache.h -rw-r--r-- 2.1 KB
connection.c -rw-r--r-- 35.2 KB
connection.h -rw-r--r-- 4.5 KB
cursor.c -rw-r--r-- 31.2 KB
cursor.h -rw-r--r-- 2.3 KB
microprotocols.c -rw-r--r-- 4.2 KB
microprotocols.h -rw-r--r-- 2.1 KB
module.c -rw-r--r-- 13.2 KB
module.h -rw-r--r-- 1.8 KB
prepare_protocol.c -rw-r--r-- 4.3 KB
prepare_protocol.h -rw-r--r-- 1.4 KB
row.c -rw-r--r-- 7.0 KB
row.h -rw-r--r-- 1.2 KB
sqlitecompat.h -rw-r--r-- 1.2 KB
statement.c -rw-r--r-- 13.9 KB
statement.h -rw-r--r-- 1.9 KB
util.c -rw-r--r-- 3.0 KB
util.h -rw-r--r-- 1.4 KB

back to top