Message 294756 - Python tracker (original) (raw)
Message294756
Author | Alex Gaynor |
---|---|
Recipients | Alex Gaynor, tarek |
Date | 2017-05-30.13:46:18 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1496151978.87.0.20600653197.issue30511@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
Currently shutil.make_archive uses os.chdir, however there's no need for that. Everything that's done could be equally accomplished with path manipulation: https://github.com/python/cpython/blob/master/Lib/shutil.py#L773-L779 We should switch to using path manipulation in order to make shutil.make_archive thread safe. (Flag: This is probably a good bug for someone with Python skills interested in contributing to CPython!) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2017-05-30 13:46:18 | Alex Gaynor | set | recipients: + Alex Gaynor, tarek |
2017-05-30 13:46:18 | Alex Gaynor | set | messageid: 1496151978.87.0.20600653197.issue30511@psf.upfronthosting.co.za |
2017-05-30 13:46:18 | Alex Gaynor | link | issue30511 messages |
2017-05-30 13:46:18 | Alex Gaynor | create |