Comment 1 for bug 716954

Revision history for this message
Marc Abramowitz (msabramo) wrote :

I am seeing what appears to be the same issue when running Pyramid's test suite on PyPy 1.9.0 on Ubuntu.

Stack traces: https://gist.github.com/2931176

The result of running the generated file (one_d1aff7bdf83cf7e7a25b2c56fdc91886eb87d7dc.py ) through Python:

    marca@ubuntu:~/dev/git-repos/pyramid$ python one_d1aff7bdf83cf7e7a25b2c56fdc91886eb87d7dc.py
      File "one_d1aff7bdf83cf7e7a25b2c56fdc91886eb87d7dc.py", line 3
        _static_-1226789952 = {u'xmlns': u'http://www.w3.org/1999/xhtml', }
    SyntaxError: can't assign to operator

and the contents of the file itself: https://gist.github.com/2931197