From e84f6d3817ad3d18fdfbb5223b8078606166cea0 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Sat, 11 Nov 2017 14:48:49 -0800 Subject: [PATCH] [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