commit | 21c7730761e2a768e33b89b063a095d007dcfd2c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Nov 27 12:11:55 2017 +0100 |
committer | GitHub <noreply@github.com> | Mon Nov 27 12:11:55 2017 +0100 |
tree | 1d96b9b8c87ed00337e15d2a8c1f287fac4ffcb1 | |
parent | c172fc5031a4035986bef0b2fcef906706d7abf3 [diff] |
bpo-32089: Use default action for ResourceWarning (#4584) In development and debug mode, use the "default" action, rather than the "always" action, for ResourceWarning in the default warnings filters.