Skip to content

1.0.20161128202906: Skip calling debug statements with expensive json.dumps() (#238)

Choose a tag to compare

@tetron tetron released this 28 Nov 20:30
* Skip calling debug statements with expensive json.dumps() unless debugging is enabled.

* Add typeshed stubs for logging with isEnabledFor() bugfix.