[issue14445] Providing more fine-grained control over assert statements

2021-06-16 Thread Irit Katriel
Irit Katriel added the comment: I am closing this because there was no followup for over 9 years. If you are still interested in pursuing this, please raise it for discussion on python-ideas and open a new issue once there is agreement on how to proceed. -- nosy: +iritkatriel resolut

[issue14445] Providing more fine-grained control over assert statements

2012-03-29 Thread Antoine Pitrou
Antoine Pitrou added the comment: This should be discussed on python-dev (http://mail.python.org/mailman/listinfo/python-dev) or python-ideas (http://mail.python.org/mailman/listinfo/python-ideas). -- nosy: +pitrou ___ Python tracker

[issue14445] Providing more fine-grained control over assert statements

2012-03-29 Thread Max
New submission from Max : Currently -O optimizer flag disables assert statements. I want to ask that more fine-grained control is offered to users over the assert statements. In many cases, it would be nice to have the option of keeping asserts in release code, while still performing optimizat