diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2016-08-21 07:41:56 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2016-08-21 07:41:56 (GMT) |
commit | 8682f578c1c8fd0486c886b001729907a5409a9f (patch) | |
tree | 2f54886ef578b7faf94e26fe32e24fbb258b896a /Misc/ACKS | |
parent | 9c8aa9bffe755fe6126dc72dfd037c6b20e65906 (diff) | |
download | cpython-8682f578c1c8fd0486c886b001729907a5409a9f.zip cpython-8682f578c1c8fd0486c886b001729907a5409a9f.tar.gz cpython-8682f578c1c8fd0486c886b001729907a5409a9f.tar.bz2 |
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 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1657,6 +1657,7 @@ Nickolai Zeldovich Yuxiao Zeng Uwe Zessin Cheng Zhang +Xiang Zhang Kai Zhu Tarek Ziadé Jelle Zijlstra |