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 Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
__main__.py Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
test_case_sensitivity.py Fix regressions introduced by fixes for issue #27083. 2016-07-16 10:44:13 -07:00
test_finder.py Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00
test_loader.py Issue #27782: Fix m_methods handling in multiphase init 2016-08-21 17:41:56 +10:00
test_path_hook.py Issue #21503: Use test_both() consistently in test_importlib. 2014-05-16 11:40:40 -06:00