Some people (like myself, or the coworkers of [this 
person](https://mail.python.org/archives/list/[email protected]/thread/PLXOXKACKGXN4ZKISDVXLKMFIETWTF63/))
 just like to use asserts as a convenient way to check things. We don't want 
asserts to ever be turned off. Maybe there could be some kind of compiler 
directive which means "in this file, even with -O, keep the asserts". Maybe the 
line `assert __debug__`?
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/TQKXSCMH7JYCHAE3XN7MCSWVA2UJ4R5G/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to