textual
textual copied to clipboard
Textual code can fail on optimisation
assert statements are used to validate values in Textual, for example here. Given that Python, when run with the -O or -OO option silently removes such statements, when anyone attempts to improve Textual's performance by optimising it they will run the risk of their code failing.