[pypy-issue] Issue #2893: CPython getargs.c updated for Python 3.6 (pypy/pypy)

John Aldis issues-reply at bitbucket.org
Wed Sep 19 09:11:31 EDT 2018


New issue 2893: CPython getargs.c updated for Python 3.6
https://bitbucket.org/pypy/pypy/issues/2893/cpython-getargsc-updated-for-python-36

John Aldis:

`pypy`'s `getargs.c` is a copy of the same file from CPython, but this file has been updated for 3.6, which leads to test failures. For example, the occurrences of `PyExc_RuntimeError` have been replaced with `PyExc_SystemError`, `PyExc_TypeError` etc. See https://github.com/python/cpython/blob/3.6/Python/getargs.c and compare with https://bitbucket.org/pypy/pypy/src/default/pypy/module/cpyext/src/getargs.c




More information about the pypy-issue mailing list