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__``. _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
