cpython/Lib/test/test_importlib
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
..
builtin
extension Issue #27782: Fix m_methods handling in multiphase init 2016-08-21 17:41:56 +10:00
frozen
import_
namespace_pkgs
source Fix regressions introduced by fixes for issue #27083. 2016-07-16 10:44:13 -07:00
__init__.py
__main__.py
abc.py
regrtest.py
test_abc.py
test_api.py
test_lazy.py Fix a scoping issue where an UnboundLocalError was triggered if a 2016-06-25 10:47:53 -07:00
test_locks.py
test_namespace_pkgs.py
test_spec.py
test_util.py
test_windows.py
util.py Fix regressions introduced by fixes for issue #27083. 2016-07-16 10:44:13 -07:00