mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
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.
This commit is contained in:
parent
c172fc5031
commit
21c7730761
4 changed files with 10 additions and 21 deletions
|
@ -0,0 +1,3 @@
|
|||
warnings: In development (-X dev) and debug mode (pydebug build), use the
|
||||
"default" action for ResourceWarning, rather than the "always" action, in
|
||||
the default warnings filters.
|
Loading…
Add table
Add a link
Reference in a new issue