Eric V. Smith <e...@trueblade.com> added the comment:

As an example of why it's not possible for the compiler to treat this as a 
syntax error: I use python for my config files. Before I load these files, I 
inject names into the builtins, so that the config files can reference them. 
Some of these are constants, others are callbacks. "false" or anything else 
could be one of the injected names.

----------
nosy: +eric.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41392>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to