[pypy-issue] [issue1119] Py_GetArgcArgv not exposed

Jon Oberheide tracker at bugs.pypy.org
Thu Nov 1 15:44:13 CET 2012


Jon Oberheide <jonojono at umich.edu> 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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1119>
________________________________________


More information about the pypy-issue mailing list