Hi, 2011/9/28 Amaury Forgeot d'Arc <amaur...@gmail.com>: >> What I try to accomplish is to learn whether it is possible to map >> particular SpaceOperation with right line of original source file. > > Good luck with this one. You may want to look at the "dis" module > to see how it is used.
Note also that it only works for annotated flow graphs before RTyping. Nowadays, we generally look at graphs that have been RTyped, so 'offset' is lost. If you really work hard in carrying around 'offset' then it's probably possible to keep it around more often. Basically the 'offset' field is an old feature that is not used anywhere, and probably not tested either, so you're on your own there. A bientôt, Armin. _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev