pyc fails if a file contains a call to unicode
description
Calling pyc on a file that only contains:
unicode('trial')
fails with the following error:
Traceback (most recent call last):
File "pyc\pyc.py", line 159, in <module>
File "pyc\pyc.py", line 151, in Main
SystemError: CompileToMethod cannot compile constant 'IronPython.Runtime.Types.B
uiltinFunction' because it is a non-trivial value, such as a live object. Instea
d, create an expression tree that can construct this value.