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 neologix
Recipients Bernt.Røskar.Brenna, astrand, gps, neologix, r.david.murray, sbt, tim.golden
Date 2013-11-14.19:43:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM0CDpEfTY8tXshYU02wmtdDQBbsOQqDHof=k9Fe13GXqA@mail.gmail.com>
In-reply-to <1384457069.74.0.420814664953.issue19575@psf.upfronthosting.co.za>
Content
> Bernt Røskar Brenna added the comment:
>
> @neologix: How can it not have anything to do with threads?
>
> - It always works with max_workers == 1
> - When max_workers == 2, shutil.rmtree sometimes fails

It has nothing to do with threads.
You could reproduce it by opening your files, spawning two child
processes, wait until the first one returns, and then try to remove
the files used by the first subprocess.
History
Date User Action Args
2013-11-14 19:43:41neologixsetrecipients: + neologix, astrand, gps, tim.golden, r.david.murray, Bernt.Røskar.Brenna, sbt
2013-11-14 19:43:41neologixlinkissue19575 messages
2013-11-14 19:43:41neologixcreate