◐ Shell
clean mode source ↗

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

Dec 5, 2019
…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

Jan 31, 2020
…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.