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 jeremy.kloth
Recipients georg.brandl, jeremy.kloth, ncoghlan, pitrou
Date 2012-08-01.14:17:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGvrs3JzXacHN3sr7ccn8HTBX7wSn-5ySN_-Knaa_3z=yWS1wg@mail.gmail.com>
In-reply-to <1343828177.37.0.0988633240208.issue15526@psf.upfronthosting.co.za>
Content
> Well, test_startfile seems to be a common issue on that buildbot.

I wouldn't really call it common (twice in the last 30 runs).

However I would wager that the PermissionError is being caused by an
unknown (without having Process Monitor running when the error occurs)
process temporarily grabbing a handle to a file/directory within the
tests temporary directory.

This just reinforces the need for the solution in issue15496 to be applied.
History
Date User Action Args
2012-08-01 14:17:34jeremy.klothsetrecipients: + jeremy.kloth, georg.brandl, ncoghlan, pitrou
2012-08-01 14:17:33jeremy.klothlinkissue15526 messages
2012-08-01 14:17:32jeremy.klothcreate