commit | c2b0b12d1a137ada1023ab7c10b8d9a0249d95f9 | [log] [tgz] |
---|---|---|
author | Marcel Plch <gmarcel.plch@gmail.com> | Sat Mar 17 06:41:20 2018 +0100 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sat Mar 17 15:41:20 2018 +1000 |
tree | 53b82a27d468a5fc63067d3d1ecbd186388666f9 | |
parent | d6e140466142018ddbb7541185348be2b833a2ce [diff] |
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) Multi-phase initialized modules allow m_traverse to be called while the module is still being initialized, so module authors may need to account for that.