On Wed, 26 Apr 2023 at 11:18, Joao S. O. Bueno <[email protected]> wrote: > Worst case scenario, one goes from one non-running program to a running > program producing partially incorrect output. >
Wording that another way: Buggy code, instead of raising an immediate exception, now produces wrong output. This is a very bad thing. ChrisA _______________________________________________ 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/THHF2BID5JOJNQNSYKLLMLRPT6WY67XM/ Code of Conduct: http://python.org/psf/codeofconduct/
