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 gregory.p.smith
Recipients eric.snow, gregory.p.smith, koobs
Date 2014-11-21.07:03:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416553421.91.0.74824945431.issue22910@psf.upfronthosting.co.za>
In-reply-to
Content
When running a parallel make -j12 test, test_pydoc fails reasonably often with:

test test_pydoc failed -- Traceback (most recent call last):
  File "/.../Lib/test/test_pydoc.py", line 556, in test_synopsis_sourceless   
    synopsis = pydoc.synopsis(filename)
  File "/.../Lib/pydoc.py", line 240, in synopsis
    mtime = os.stat(filename).st_mtime
FileNotFoundError: [Errno 2] No such file or directory: '/.../Lib/__pycache__/os.cpython-34.pyc'

Two other issues mention this failure as being introduced recently in comments:
  http://bugs.python.org/issue20123 & http://bugs.python.org/issue20128
History
Date User Action Args
2014-11-21 07:03:41gregory.p.smithsetrecipients: + gregory.p.smith, eric.snow, koobs
2014-11-21 07:03:41gregory.p.smithsetmessageid: <1416553421.91.0.74824945431.issue22910@psf.upfronthosting.co.za>
2014-11-21 07:03:41gregory.p.smithlinkissue22910 messages
2014-11-21 07:03:40gregory.p.smithcreate