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 christian.heimes
Recipients Claudiu.Popa, christian.heimes, python-dev
Date 2013-10-25.07:23:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382685813.82.0.419794850196.issue19384@psf.upfronthosting.co.za>
In-reply-to
Content
The test also fails for root user on Linux:

$ sudo ./python Lib/test/test_py_compile.py 
.....F.
======================================================================
FAIL: test_exceptions_propagate (__main__.PyCompileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_py_compile.py", line 92, in test_exceptions_propagate
    py_compile.compile(self.source_path, self.pyc_path)
AssertionError: OSError not raised
History
Date User Action Args
2013-10-25 07:23:33christian.heimessetrecipients: + christian.heimes, Claudiu.Popa, python-dev
2013-10-25 07:23:33christian.heimessetmessageid: <1382685813.82.0.419794850196.issue19384@psf.upfronthosting.co.za>
2013-10-25 07:23:33christian.heimeslinkissue19384 messages
2013-10-25 07:23:33christian.heimescreate