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 pitrou
Recipients mrts, pitrou
Date 2008-12-28.19:07:14
SpamBayes Score 4.6158126e-05
Marked as misclassified No
Message-id <1230491235.6361.37.camel@localhost>
In-reply-to <1230482315.85.0.29725439028.issue4489@psf.upfronthosting.co.za>
Content
> Using chdir() makes sense and it doesn't look like a too big problem to me:

It's a problem if another thread in the process is making file
operations using relative paths at the same time.

Since shutil functions have until now been safe against this
possibility, I don't think it's ok to make them unsafe in future
versions.
History
Date User Action Args
2008-12-28 19:07:15pitrousetrecipients: + pitrou, mrts
2008-12-28 19:07:15pitroulinkissue4489 messages
2008-12-28 19:07:14pitroucreate