Charles-François Natali added the comment:

> Yes .
> Charles, lest assume that all other issues with build system, are resolved 
> and source tree is ready for use. So in this situation I could run python , I 
> could build all and I could run tests with an additional patch TEMPDIR is 
> relative to build tree (patch 0014-* from recent archive uploaded to issue 
> #3754) . Note without you patch.
>
> In my build environment test_imp fail on test_source.
> So what is result with you patch on this test ?

Sorry, I'm not a native English speaker, and I don't understand what
you're talking about.
The issue at hand is that bytecode creation only catches EPERM and
EEXIST, but other errors can be raised on a read-only filesystem
(EROFS, EIO in some strange cases).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15833>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to