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 ivank
Recipients ivank
Date 2009-12-03.22:12:23
SpamBayes Score 5.4675354e-07
Marked as misclassified No
Message-id <1259878345.7.0.0592735556458.issue7431@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.7, svn r76655.
I ran the tests with
python2.7 Lib/test/testall.py > test-results.txt

test_linecache
test_checkcache (test.test_linecache.LineCacheTests) ... ERROR
test_clearcache (test.test_linecache.LineCacheTests) ... ok
test_getline (test.test_linecache.LineCacheTests) ... ok

======================================================================
ERROR: test_checkcache (test.test_linecache.LineCacheTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/Python-latest/lib/python2.7/test/test_linecache.py", line
121, in test_checkcache
    source.close()
UnboundLocalError: local variable 'source' referenced before assignment

----------------------------------------------------------------------
Ran 3 tests in 0.022s

FAILED (errors=1)
test test_linecache failed -- Traceback (most recent call last):
  File "/opt/Python-latest/lib/python2.7/test/test_linecache.py", line
121, in test_checkcache
    source.close()
UnboundLocalError: local variable 'source' referenced before assignment
History
Date User Action Args
2009-12-03 22:12:25ivanksetrecipients: + ivank
2009-12-03 22:12:25ivanksetmessageid: <1259878345.7.0.0592735556458.issue7431@psf.upfronthosting.co.za>
2009-12-03 22:12:24ivanklinkissue7431 messages
2009-12-03 22:12:23ivankcreate