mirror of
https://github.com/python/cpython.git
synced 2026-05-18 02:15:28 -04:00
8682f578c1
Multi-phase extension module import now correctly allows the ``m_methods`` field to be used to add module level functions to instances of non-module types returned from ``Py_create_mod``. Patch by Xiang Zhang.