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 benjamin.peterson
Recipients benjamin.peterson
Date 2008-06-14.20:55:09
SpamBayes Score 0.1195548
Marked as misclassified No
Message-id <1213476914.28.0.330233447903.issue3114@psf.upfronthosting.co.za>
In-reply-to
Content
I was just merging 2to3 work (and you'll have to do svnmerge.py merge in
Lib/lib2to3 for this to work) into py3k and was running the tests when
this rather alarming thing happended:

$ ./python.exe Lib/test/regrtest.py test_lib2to3
...
test test_lib2to3 crashed -- <class 'UnboundLocalError'>: local variable
'result' referenced before assignment
Traceback (most recent call last):
  File "Lib/test/regrtest.py", line 601, in runtest_inner
Bus error

Thinking this had something to do with r64281, I reverted it and got:
test test_lib2to3 crashed -- <class 'UnboundLocalError'>: local variable
'result' referenced before assignment
Fatal Python error: GC object already tracked
Abort trap

This probably isn't a lib2to3 problem, but that's how I got it.
History
Date User Action Args
2008-06-14 20:55:14benjamin.petersonsetspambayes_score: 0.119555 -> 0.1195548
recipients: + benjamin.peterson
2008-06-14 20:55:14benjamin.petersonsetspambayes_score: 0.119555 -> 0.119555
messageid: <1213476914.28.0.330233447903.issue3114@psf.upfronthosting.co.za>
2008-06-14 20:55:10benjamin.petersonlinkissue3114 messages
2008-06-14 20:55:09benjamin.petersoncreate