[issue33454] Mismatched C function signature in _xxsubinterpreters.channel_close()

2018-05-22 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.7 ___ Python tracker

[issue33454] Mismatched C function signature in _xxsubinterpreters.channel_close()

2018-05-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset d8dcd57edb88ce57063e5c2b85fe0ee1abb1ce8b by Serhiy Storchaka in branch 'master': bpo-33454: Fix arguments parsing in _xxsubinterpreters.channel_close(). (GH-6747)

[issue33454] Mismatched C function signature in _xxsubinterpreters.channel_close()

2018-05-15 Thread Eric Snow
Eric Snow added the comment: Thanks for catching this, Serhiy! I've approved the PR. -- ___ Python tracker ___

[issue33454] Mismatched C function signature in _xxsubinterpreters.channel_close()

2018-05-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +6435 stage: -> patch review ___ Python tracker ___

[issue33454] Mismatched C function signature in _xxsubinterpreters.channel_close()

2018-05-10 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : The C function that implements _xxsubinterpreters.channel_close() is defined with the signature PyObject *channel_close(PyObject *self, PyObject *args, PyObject *kwds) which corresponds the method convention METH_VARARGS