2011/12/9 Alexander Golec <[email protected]>: > Also, if you take a look at gateway.py, you can see that type is being > called. Does the interpreter treat class definitions and calls to type > differently? > > https://bitbucket.org/pypy/pypy/src/94737f156c30/pypy/interpreter/gateway.py
That happens before the flow space sees it. -- Regards, Benjamin _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
