Fix argv handling

We were parsing argv twice, which lead to dropping arguments. Once in
PyConfig_Read, then again in Py_InitializeFromConfig.

Test: py3-cmd -c "import sys; print(sys.argv)"
Test: build/soong/python/tests/runtest.sh
Change-Id: I0661fdab20b352efad8fdfa553f228e21e248e69
1 file changed