1. 25 Nov, 2017 2 commits
  2. 24 Nov, 2017 3 commits
  3. 23 Nov, 2017 3 commits
  4. 20 Nov, 2017 1 commit
  5. 19 Nov, 2017 1 commit
  6. 17 Nov, 2017 2 commits
  7. 14 Nov, 2017 1 commit
  8. 11 Nov, 2017 1 commit
    • Gregory P. Smith's avatar
      [2.7] bpo-21149: Workaround a GC finalization bug in logging. (#4368) · e84f6d38
      Gregory P. Smith authored
      * 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 <function _removeHandlerRef ..."
      to be printed to stderr on process termination.
      
      This catches that exception and ignores it because there is absolutely
      nothing we can or should do about it from the context of a weakref
      handler called from the gc context.
      e84f6d38
  9. 10 Nov, 2017 1 commit
  10. 09 Nov, 2017 2 commits
  11. 08 Nov, 2017 4 commits
  12. 07 Nov, 2017 5 commits
  13. 04 Nov, 2017 3 commits
  14. 03 Nov, 2017 2 commits
  15. 01 Nov, 2017 5 commits
  16. 31 Oct, 2017 4 commits