]> granicus.if.org Git - python/commit
bpo-30962: Added caching to Logger.isEnabledFor() (GH-2752)
authorAvram Lubkin <git_hub@avram.us>
Sun, 30 Jul 2017 09:36:33 +0000 (05:36 -0400)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 30 Jul 2017 09:36:33 +0000 (10:36 +0100)
commit78c18a9b9a1445f7c755929917a790ba02b4a5e0
tree4632a83a3fd2ac4d9902b3556b4cb5381d85426d
parentcaa1280d1ee5f828f346b585169a7592371d3faa
bpo-30962: Added caching to Logger.isEnabledFor() (GH-2752)
Lib/logging/__init__.py
Lib/test/test_logging.py