cpython/Lib/test/test_importlib/extension
Nick Coghlan 8682f578c1 Issue #27782: Fix m_methods handling in multiphase init
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.
2016-08-21 17:41:56 +10:00
..
__init__.py
__main__.py
test_case_sensitivity.py Fix regressions introduced by fixes for issue #27083. 2016-07-16 10:44:13 -07:00
test_finder.py
test_loader.py Issue #27782: Fix m_methods handling in multiphase init 2016-08-21 17:41:56 +10:00
test_path_hook.py