This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wiget
Recipients wiget
Date 2009-07-30.14:30:33
SpamBayes Score 1.6382729e-11
Marked as misclassified No
Message-id <1248964236.44.0.906577171773.issue6603@psf.upfronthosting.co.za>
In-reply-to
Content
Building Python 3.1 (or Python from mercural py3k branch) fail if
configured --with-computed-gotos.

Traceback (most recent call last):
  File "./setup.py", line 13, in <module>
    from distutils.core import Extension, setup
  File "/home/users/wiget/mirror/python/cpython/Lib/distutils/core.py",
line 18, in <module>
    from distutils.dist import Distribution
  File "/home/users/wiget/mirror/python/cpython/Lib/distutils/dist.py",
line 12, in <module>
    import warnings
  File "/home/users/wiget/mirror/python/cpython/Lib/warnings.py", line
6, in <module>
    import linecache
  File "/home/users/wiget/mirror/python/cpython/Lib/linecache.py", line
10, in <module>
    import tokenize
  File "/home/users/wiget/mirror/python/cpython/Lib/tokenize.py", line
94, in <module>
    Ignore = Whitespace + any(r'\\\r?\n' + Whitespace) + maybe(Comment)
  File "/home/users/wiget/mirror/python/cpython/Lib/tokenize.py", line
87, in any
    def any(*choices): return group(*choices) + '*'
TypeError: group() argument after ** must be a mapping, not tuple
make: *** [sharedmods] Error 1

Compiled on PLD Linux using GCC 4.4.1
History
Date User Action Args
2009-07-30 14:30:36wigetsetrecipients: + wiget
2009-07-30 14:30:36wigetsetmessageid: <1248964236.44.0.906577171773.issue6603@psf.upfronthosting.co.za>
2009-07-30 14:30:34wigetlinkissue6603 messages
2009-07-30 14:30:33wigetcreate