> The current code generator emits no code for an assert statement when optimization is requested at compile time. https://docs.python.org/3/reference/simple_stmts.html#the-assert-statement and https://stackoverflow.com/questions/944592/best-practice-for-using-assert Please, don't use asserts outside of tests 😃
https://docs.python.org/3/reference/simple_stmts.html#the-assert-statement
and https://stackoverflow.com/questions/944592/best-practice-for-using-assert
Please, don't use asserts outside of tests 😃