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 vstinner
Recipients ezio.melotti, ncoghlan, serhiy.storchaka, vstinner, xiang.zhang, zach.ware
Date 2017-05-02.21:23:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493760208.01.0.672400229441.issue30223@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, it seems like test_regrtest is more and more important. Yet another regression:

http://buildbot.python.org/all/builders/x86%20Gentoo%20Installed%20with%20X%202.7/builds/126/steps/test/logs/stdio

Traceback (most recent call last):
  File "/buildbot/buildarea/2.7.ware-gentoo-x86.installed/build/target/lib/python2.7/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/buildbot/buildarea/2.7.ware-gentoo-x86.installed/build/target/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/buildbot/buildarea/2.7.ware-gentoo-x86.installed/build/target/lib/python2.7/test/regrtest.py", line 1684, in <module>
    main_in_temp_cwd()
  File "/buildbot/buildarea/2.7.ware-gentoo-x86.installed/build/target/lib/python2.7/test/regrtest.py", line 1664, in main_in_temp_cwd
    TESTCWD = os.path.join(TEMPDIR, TESTCWD)
UnboundLocalError: local variable 'TEMPDIR' referenced before assignment
History
Date User Action Args
2017-05-02 21:23:28vstinnersetrecipients: + vstinner, ncoghlan, ezio.melotti, zach.ware, serhiy.storchaka, xiang.zhang
2017-05-02 21:23:28vstinnersetmessageid: <1493760208.01.0.672400229441.issue30223@psf.upfronthosting.co.za>
2017-05-02 21:23:27vstinnerlinkissue30223 messages
2017-05-02 21:23:27vstinnercreate