commit | 47900cfa73ee35313f019d1efdfd1b8e8e0b76f8 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Dec 17 17:45:12 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Dec 17 17:45:12 2010 +0000 |
tree | 8865ec2b582decb5fc5e8f867fa6195981d1c9c0 | |
parent | 5c7fd6eefa457457f6f19e4397a79de5627af32e [diff] |
Merged revisions 87341 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87341 | antoine.pitrou | 2010-12-17 18:42:16 +0100 (ven., 17 déc. 2010) | 4 lines Issue #4188: Avoid creating dummy thread objects when logging operations from the threading module (with the internal verbose flag activated). ........