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 brett.cannon
Recipients brett.cannon, brian.curtin, pitrou, r.david.murray
Date 2012-04-16.21:17:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334611049.26.0.321100463807.issue14599@psf.upfronthosting.co.za>
In-reply-to
Content
Issue #14581 covers the .PY failure (still looking for input on that one).

The path failure is from http://hg.python.org/cpython/rev/f341b99bb370 which Brian committed.

The test_reprlib failure is because of a race condition where an importlib.invalidate_caches() call is needed.
History
Date User Action Args
2012-04-16 21:17:29brett.cannonsetrecipients: + brett.cannon, pitrou, r.david.murray, brian.curtin
2012-04-16 21:17:29brett.cannonsetmessageid: <1334611049.26.0.321100463807.issue14599@psf.upfronthosting.co.za>
2012-04-16 21:17:28brett.cannonlinkissue14599 messages
2012-04-16 21:17:28brett.cannoncreate