Jon Oberheide <[email protected]> added the comment: dktc: pypy doesn't implement the Py_GetArgcArgv private API that cpython does.
I imagine it would be pretty easy to add to pypy (basically just stash the argc/argc during main() and return it later), but I don't know pypy internals and it's more likely a policy issue if pypy is interested in implementing private cpython API calls. ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1119> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
