cpython: 3161a94ff73c (original) (raw)
Mercurial > cpython
changeset 81533:3161a94ff73c 3.3
Issue #9501: Merged fix from 3.2. [#9501]
Vinay Sajip <vinay_sajip@yahoo.co.uk> | |
---|---|
date | Tue, 15 Jan 2013 17:56:43 +0000 |
parents | 927352d7e994(current diff)8eac88f49cc0(diff) |
children | 4fd8c35a05b2 3fa3e7975724 |
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 @@ -708,7 +708,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.