On Tue, Jul 8, 2014 at 7:27 PM, John Smith <[email protected]> wrote: > As a less objectionable alternative, what about a package which when passed > code (string/code object/not sure) returns a newly compiled object with tail > call optimization?
you can do that in pure python (it does not have to be a part of pypy in any sense) > > J > > _______________________________________________ > pypy-dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/pypy-dev > _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
