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 Arfrever, brett.cannon, eric.snow, ncoghlan, pitrou, python-dev
Date 2013-04-24.18:32:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366828333.33.0.840315088479.issue17244@psf.upfronthosting.co.za>
In-reply-to
Content
Test broken on Windows:

======================================================================
FAIL: test_exceptions_propagate (test.test_py_compile.PyCompileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_py_compile.py", line 66, in test_exceptions_propagate
    py_compile.compile(self.source_path, self.pyc_path)
AssertionError: OSError not raised

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/1850/steps/test/logs/stdio
History
Date User Action Args
2013-04-24 18:32:13pitrousetrecipients: + pitrou, brett.cannon, ncoghlan, Arfrever, python-dev, eric.snow
2013-04-24 18:32:13pitrousetmessageid: <1366828333.33.0.840315088479.issue17244@psf.upfronthosting.co.za>
2013-04-24 18:32:13pitroulinkissue17244 messages
2013-04-24 18:32:13pitroucreate