mirror of
https://github.com/python/cpython.git
synced 2026-05-13 16:08:19 -04:00
22463aa947
Logger.log() is "slow", logger.isEnabledFor() is faster and the logger is disabled in most cases. A microbenchmark executing 100,000 dummy tasks is 22% faster with this change.