[pypy-issue] Issue #2437: cpyext: support PyModule_GetName (pypy/pypy)

Wenzel Jakob issues-reply at bitbucket.org
Wed Nov 23 19:37:55 EST 2016


New issue 2437: cpyext: support PyModule_GetName
https://bitbucket.org/pypy/pypy/issues/2437/cpyext-support-pymodule_getname

Wenzel Jakob:

The cpyext implementation of PyModule_GetName throws an unsupported operation exception. This one should be simple to do -- afaik it just returns ``__name__``.




More information about the pypy-issue mailing list