Ram Rachum <[email protected]> added the comment: Thanks for the info Armin.
The reason I care about this is that I'm using code from Python's `inspect` module, specifically the `getattr_static` function, and it's using the `_shadowed_dict` function which, in turn, uses `type.__dict__['__dict__'].__objclass__`. So perhaps a Pypy-specific implementation of `getattr_static` is in order? ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1585> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
