Message293121
| 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:13 | vstinner | set | recipients: + vstinner |
| 2017-05-05 16:27:13 | vstinner | set | messageid: <1494001633.16.0.215498233114.issue30284@psf.upfronthosting.co.za> |
| 2017-05-05 16:27:13 | vstinner | link | issue30284 messages |
| 2017-05-05 16:27:13 | vstinner | create | |