SIGN IN SIGN UP

bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-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.
V
Victor Stinner committed
82c83bd907409c287a5bd0d0f4598f2c0538f34d
Parent: 42bc60e
Committed by GitHub <noreply@github.com> on 11/22/2019, 5:52:27 PM