commit | 136905fffd5f77395f80e3409630c11756b5469c | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Mar 16 23:03:56 2018 -0700 |
committer | GitHub <noreply@github.com> | Fri Mar 16 23:03:56 2018 -0700 |
tree | 6ee84b39fa80114b5eba4d0a7a7cfbd1d560eaea | |
parent | 6e65e4462692cbf4461c307a411af7cf40a1ca4a [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. (cherry picked from commit c2b0b12d1a137ada1023ab7c10b8d9a0249d95f9) Co-authored-by: Marcel Plch <gmarcel.plch@gmail.com>