Created originally on Bitbucket by squeaky
Was already merged in Bitbucket before import, marked as merged by the import user
Source changeset not longer availableat the time of import. Commit listwill look empty
Make PyPy respect PYTHONINSPECT variable set via os.putenv in the same process to start interactive prompt when the script execution finishes. This adds new pypy.os.real_getenv call that bypasses Python cache and looksup env in the underlying OS. Translatorshell now works on PyPy.
It translates and tests pass.
Thanks pjenvey, fijal, Alex_Gaynor and arigato for help.