]> granicus.if.org Git - python/commit
Issue #4188: Avoid creating dummy thread objects when logging operations
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 17 Dec 2010 17:42:16 +0000 (17:42 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 17 Dec 2010 17:42:16 +0000 (17:42 +0000)
commit401edd69cf23f7f102aece55e05157daf1b87f9f
tree7baf64e3ca486395af74948c01124c8fb79cdf16
parent988dbd7bc2bb8a41cf91a12c8bff9a916651769f
Issue #4188: Avoid creating dummy thread objects when logging operations
from the threading module (with the internal verbose flag activated).
Lib/threading.py
Misc/NEWS