◐ Shell
clean mode source ↗

bpo-32089: Use default action for ResourceWarning by vstinner · Pull Request #4584 · python/cpython

In development and debug mode, use the "default" action, rather than
the "always" action, for ResourceWarning in the default warnings
filters.

@vstinner