Hello!<div><br></div><div>I&#39;ve been working on some &#39;os&#39; standard library methods, which requires some interp-level code in pypy.rpython.module.ll_os. </div><div><br></div><div>I noticed that while in the &quot;py.py&quot; interpreter that the methods I&#39;ve been adding to &quot;os&quot; have been using CPython&#39;s library. I&#39;ve written unit tests which appear to actually test the ll_os code and it seems to work, and I can also always drop back into the interp-level repl and do a &quot;extregistry.lookup(fn).lltypeimpl&quot; trick to get the method and it seems to work there as well.</div>


<div><br></div><div>But it would still be great to see the whole thing work without having to translate all of PyPy. Is this possible?</div><div><br></div><div>I&#39;ve tried &quot;py.py --nofaking&quot; and that doesn&#39;t work either for what I&#39;m doing.</div>


<div><br></div><div>Thanks,</div><div>Mitchell</div>