Message7216

Author Arfrever
Recipients Arfrever
Date 2012-06-14.03:08:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339643333.95.0.238126093467.issue1921@psf.upfronthosting.co.za>
In-reply-to
Content
$ jython2.5 -c 'import compiler'
$ jython2.7 -c 'import compiler'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/share/jython-2.7/Lib/compiler/__init__.py", line 31, in <module>
    from compiler.pycodegen import compile, compileFile
  File "/usr/share/jython-2.7/Lib/compiler/pycodegen.py", line 11, in <module>
    from compiler.consts import SC_LOCAL, SC_GLOBAL, SC_FREE, SC_CELL
ImportError: cannot import name SC_GLOBAL
$ 

Some changes from http://hg.python.org/cpython/rev/4809afa85a9b should be backported.
History
Date User Action Args
2012-06-14 03:08:54Arfreversetrecipients: + Arfrever
2012-06-14 03:08:53Arfreversetmessageid: <1339643333.95.0.238126093467.issue1921@psf.upfronthosting.co.za>
2012-06-14 03:08:53Arfreverlinkissue1921 messages
2012-06-14 03:08:53Arfrevercreate