[New-bugs-announce] [issue8586] test_imp.py test failures on Py3K Mac OS X

Michael Foord report at bugs.python.org
Sat May 1 12:38:15 CEST 2010


New submission from Michael Foord <michael at voidspace.org.uk>:

I get the following failure running test_imp on py3k, Mac OS X 10.6.3.


======================================================================
ERROR: test_package___file__ (__main__.PEP3147Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_imp.py", line 303, in test_package___file__
    support.forget('pep3147')
  File "/compile/python-trunk3/Lib/test/support.py", line 227, in forget
    unlink(source + 'c')
  File "/compile/python-trunk3/Lib/test/support.py", line 186, in unlink
    os.unlink(filename)
OSError: [Errno 20] Not a directory: '/dev/null/lib/python32.zip/pep3147.pyc'

----------
messages: 104702
nosy: brett.cannon, michael.foord
priority: normal
severity: normal
stage: unit test needed
status: open
title: test_imp.py test failures on Py3K Mac OS X
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8586>
_______________________________________


More information about the New-bugs-announce mailing list