Dec. 10, 2011
2:32 a.m.
2011/12/9 Alexander Golec <alexgolecmailinglists@gmail.com>:
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