[PyPy-issue] [issue609] different behavior for subprocess?

Armin Rigo pypy-dev-issue at codespeak.net
Sun Dec 12 18:57:42 CET 2010


Armin Rigo <armin.rigo at gmail.com> added the comment:

Bah, the issue is simply passing -Sc instead of -S -c.  PyPy's option parsing is
a bit less flexible than CPython's here.  If you do

    pypy -Sc 'print 42'

you see the error message: unrecognized option '-Sc'.

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue609>
_______________________________________________________



More information about the Pypy-issue mailing list