Nick Coghlan added the comment:

No, you're assuming global program analysis and *that is not a valid 
assumption*.

One of the key features of Python is that *monkeypatching works*. It's not 
encouraged, but it works.

You simply cannot play games with name lookups like this without creating 
something that is no longer Python.

----------

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

Reply via email to