bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters by vstinner · Pull Request #17350 · python/cpython
If _PyImport_FixupExtensionObject() is called from a subinterpreter, leave extensions unchanged and don't copy the module dictionary into def->m_base.m_copy.
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request
…ythonGH-17350) If _PyImport_FixupExtensionObject() is called from a subinterpreter, leave extensions unchanged and don't copy the module dictionary into def->m_base.m_copy.
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request
…ythonGH-17350) If _PyImport_FixupExtensionObject() is called from a subinterpreter, leave extensions unchanged and don't copy the module dictionary into def->m_base.m_copy.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters