mirror of
https://github.com/python/cpython.git
synced 2026-05-15 17:08:41 -04:00
6e3ca645e7
A check has been added in Logger.isEnabledFor() to return False when the logger is disabled. This avoids unnecessary work being done when a disabled logger is used.