2010/8/23 Michael Foord <[email protected]>: > To me hasattr *looks* like a passive introspection function, and the fact > that it can trigger arbitrary code execution is unfortunate - especially > because a full workaround is pretty arcane.
That's the danger of a dynamic language like Python. Even dir() can now trigger things like that. -- Regards, Benjamin _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
