Files
cpython/Objects
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
..
2015-11-10 18:35:19 +01:00
2016-08-19 17:58:12 +02:00
2015-06-27 15:45:56 -05:00

Source files for various builtin objects