[issue32089] In developer mode (-X dev), ResourceWarning is only emited once per line numbers

Nick Coghlan report at bugs.python.org
Sat Nov 25 00:12:51 EST 2017


Nick Coghlan <ncoghlan at gmail.com> added the comment:

+1 from me for using "default" instead of "always" for ResourceWarning.

Folks can always combine "-X tracemalloc" with "-W always::ResourceWarning" if want to ensure they see absolutely every resource warning, rather than only representative ones.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32089>
_______________________________________


More information about the Python-bugs-list mailing list