[New-bugs-announce] [issue30284] Build CPython out of tree with a read-only source tree

STINNER Victor report at bugs.python.org
Fri May 5 12:27:13 EDT 2017


New submission from STINNER Victor:

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.

----------
components: Build
messages: 293121
nosy: haypo
priority: normal
severity: normal
status: open
title: Build CPython out of tree with a read-only source tree
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30284>
_______________________________________


More information about the New-bugs-announce mailing list