diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2016-08-21 17:41:56 +1000 |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2016-08-21 17:41:56 +1000 |
commit | 00493c0f700e2c1e7c20a10fb3734949c4f9867f (patch) | |
tree | 733009a4f2f220049b5c4f97f8d7423e0b85b1e0 /Python/pythonrun.c | |
parent | c82e8d03b201905b15ae9471958e9caaa6ae6fe7 (diff) | |
download | cpython-00493c0f700e2c1e7c20a10fb3734949c4f9867f.tar.gz |
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions