[PyPy-issue] [issue622] set() does not work in translate

highbw pypy-dev-issue at codespeak.net
Wed Jan 19 22:49:46 CET 2011


New submission from highbw <ysbalt at live.com>:

I try to compile a simple toy script with pypy's translator.

def main(argv):
 a = []
 b = set(a)
 print b
 return 0

def target(driver,args):
        return main,None

But it seems to get errors with the set() function.

----------
effort: ???
messages: 2062
nosy: highbw, pypy-issue
priority: bug
release: 1.4
status: unread
title: set() does not work in translate

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue622>
_______________________________________________________



More information about the Pypy-issue mailing list