1. 29 Nov, 2017 1 commit
  2. 27 Nov, 2017 1 commit
  3. 26 Nov, 2017 1 commit
  4. 25 Nov, 2017 2 commits
  5. 24 Nov, 2017 3 commits
  6. 23 Nov, 2017 3 commits
  7. 20 Nov, 2017 1 commit
  8. 19 Nov, 2017 1 commit
  9. 17 Nov, 2017 2 commits
  10. 14 Nov, 2017 1 commit
  11. 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
  12. 10 Nov, 2017 1 commit
  13. 09 Nov, 2017 2 commits
  14. 08 Nov, 2017 4 commits
  15. 07 Nov, 2017 5 commits
  16. 04 Nov, 2017 3 commits
  17. 03 Nov, 2017 2 commits
  18. 01 Nov, 2017 5 commits
  19. 31 Oct, 2017 1 commit