pypy / pypy

PyPy is a very fast and compliant implementation of the Python language.
https://pypy.org
Other
790 stars 38 forks source link

Implement PyModule_GetFilenameObject and PyModule_GetNameObject #4906

Closed mattip closed 3 months ago

mattip commented 3 months ago

In discussing #4905 and #4902, it turns out PyModule_GetFilenameObject and PyModule_GetNameObject are missing. They should be straight-forward to implement