<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" data-hsystem="true"></head>
<body><style>p{margin: 0;padding: 0;}

</style>
<p>When I kick off the interctive sand-boxed version of PyPy I'm seeing it open
a significant number of .py files. </p>
<p> </p>
<p>1) Am I correct in assuming that these are imports?</p>
<p> </p>
<p>2) Can these be eliminated?  These opens are problematic in the absence of a
file system.</p>
<p> </p>
<p>Thanks,</p>
<p>Tom<br><br>On Tue, 28 Apr 2015 22:50:57 +0200, Armin Rigo
<arigo@tunes.org> wrote:</p>
<blockquote style="border-left: 2px solid #000000; padding-right: 0px;
padding-left: 5px; margin-left: 5px; margin-right: 0px;">Hi Tom,<br><br> On 28
April 2015 at 19:56, <tom@twhanson.com> wrote:<br> > Correction: "
non-functional without the *peer* class<br> >
VirtualizedSandboxedProc"<br><br> Modern PyPy versions try to get some environ
variables, at least as<br> documented in rpython/doc/logging.rst. It makes
the<br> do_ll_os__ll_os_getenv() method necessary (undefined methods cause
the<br> subprocess to be aborted). Moreover, I'm sure that a PyPy in the<br>
default configuration will try afterward to access the file system for<br> all
its stdlib, which means it will call at least some of the other<br> methods too,
starting from do_ll_os__ll_os_stat(). All these methods<br> happen to be in the
VirtualizedSandboxedProc class.<br><br><br> A bientôt,<br><br> Armin.<br>
_______________________________________________<br> pypy-dev mailing list<br>
pypy-dev@python.org<br> https://mail.python.org/mailman/listinfo/pypy-dev<br>
</blockquote>
<p><br><br></p>

</body>
</html>