From: Gregory P. Smith Date: Sat, 11 Nov 2017 22:48:49 +0000 (-0800) Subject: [2.7] bpo-21149: Workaround a GC finalization bug in logging. (#4368) X-Git-Tag: v2.7.15rc1~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e84f6d3817ad3d18fdfbb5223b8078606166cea0;p=python [2.7] bpo-21149: Workaround a GC finalization bug in logging. (#4368) * Work around a GC process finalization bug. The logging RLock instances may exist but the threading.RLock class itself has already been emptied causing a Exception TypeError: "'NoneType' object is not callable" in