Hi, I tried to convert a list to tuple in RPython such as tuple([1, 2, 3]), but it would cause errors during translating.
Is that a bug? I did find the builtin_tuple() function in http://codespeak.net/pypy/dist/pypy/annotation/builtin.py, so it should work, right? Thanks. -- Olli Wang OLLI WANG PRODUCTIONS - http://olliwang.com A BLOG ABOUT MY LIFE AND MY WORK
_______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
