cpython: 8eac88f49cc0 (original) (raw)
Mercurial > cpython
changeset 81532:8eac88f49cc0 3.2
Issue #9501: Improved shutdown handling to deal with module attributes correctly. [#9501]
Vinay Sajip <vinay_sajip@yahoo.co.uk> | |
---|---|
date | Tue, 15 Jan 2013 17:55:57 +0000 |
parents | 411bb75be5d1 |
children | 3161a94ff73c c7dfc307b88e |
files | Lib/logging/__init__.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-)[+] [-] Lib/logging/__init__.py 3 |
line wrap: on
line diff
--- a/Lib/logging/init.py +++ b/Lib/logging/init.py @@ -711,7 +711,8 @@ def _removeHandlerRef(wr): # This function can be called during module teardown, when globals are # set to None. If _acquireLock is None, assume this is the case and do # nothing.