18.11.17 03:22, Victor Stinner пише:
I noticed that Python not only hides DeprecationWarning, but also
PendingDeprecationWarning and ImportWarning by default. While I
understand why we decided to hide these warnings to users for a Python
compiled in release mode, why are they hidden in Python debug builds?

I'm asking the question because in debug mode, Python shows
ResourceWarning warnings (whereas these warnings are hidden in release
mode). Why only displaying ResourceWarning, but not other warnings in
debug mode?

+1 for showing all warning (except maybe PendingDeprecationWarning) in the debug build! I constantly forgot about this.

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to