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 pitrou
Recipients benjamin.peterson, bobbyi, collinwinter, pitrou
Date 2010-11-17.19:55:22
SpamBayes Score 3.1712227e-10
Marked as misclassified No
Message-id <1290023729.65.0.495184948931.issue10448@psf.upfronthosting.co.za>
In-reply-to
Content
Uh, after translation I get a SystemError when trying to run the Mako bench under the current py3k SVN:

$ PYTHONPATH=lib/mako/ /home/antoine/py3k/py3k/python ./performance/bm_mako.py -n 25
Traceback (most recent call last):
  File "./performance/bm_mako.py", line 26, in <module>
    """)
  File "/home/antoine/py3k/benchmarks/3/lib/mako/mako/template.py", line 183, in __init__
    (code, module) = _compile_text(self, text, filename)
  File "/home/antoine/py3k/benchmarks/3/lib/mako/mako/template.py", line 463, in _compile_text
    strict_undefined=template.strict_undefined)
  File "/home/antoine/py3k/benchmarks/3/lib/mako/mako/codegen.py", line 51, in compile
    node)
  File "/home/antoine/py3k/benchmarks/3/lib/mako/mako/codegen.py", line 98, in __init__
    defs = self.write_toplevel()
  File "/home/antoine/py3k/benchmarks/3/lib/mako/mako/codegen.py", line 196, in write_toplevel
    main_identifiers = module_identifiers.branch(self.node)
  File "/home/antoine/py3k/benchmarks/3/lib/mako/mako/codegen.py", line 866, in branch
    return _Identifiers(node, self, **kwargs)
  File "/home/antoine/py3k/benchmarks/3/lib/mako/mako/codegen.py", line 831, in __init__
    self.topleveldefs = util.SetLikeDict(**parent.topleveldefs)
SystemError: Python/getargs.c:1398: bad argument to internal function
History
Date User Action Args
2010-11-17 19:55:29pitrousetrecipients: + pitrou, collinwinter, benjamin.peterson, bobbyi
2010-11-17 19:55:29pitrousetmessageid: <1290023729.65.0.495184948931.issue10448@psf.upfronthosting.co.za>
2010-11-17 19:55:22pitroulinkissue10448 messages
2010-11-17 19:55:22pitroucreate