On 13/07/20 3:28 pm, Devin Jeanpierre wrote:
The compiler changes what local variables exist if there is a read from a variable named 'super',
That's fairly harmless if there's a false positive. But accidentally getting all your locals de-optimised would be annoying. -- Greg _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/WPN7TNWEONPAEVDWG7J7FHFNOYQUSD2B/ Code of Conduct: http://python.org/psf/codeofconduct/
