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 vstinner
Recipients vstinner
Date 2017-05-05.16:27:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494001633.16.0.215498233114.issue30284@psf.upfronthosting.co.za>
In-reply-to
Content
I tried to build CPython out of the source tree with a customized read-only source tree (chmod -R -w). I got an error when running tests: tests want to write into a build/ directory... in the source tree.

Attached patch fixes this issue.
History
Date User Action Args
2017-05-05 16:27:13vstinnersetrecipients: + vstinner
2017-05-05 16:27:13vstinnersetmessageid: <1494001633.16.0.215498233114.issue30284@psf.upfronthosting.co.za>
2017-05-05 16:27:13vstinnerlinkissue30284 messages
2017-05-05 16:27:13vstinnercreate