<p dir="ltr"><br>
On 14 Jul 2014 11:41, "Brett Cannon" <<a href="mailto:brett@python.org">brett@python.org</a>> wrote:<br>
><br>
><br>
> I agree for PEP  3121 which is the initialization/finalization work. The stable ABi is not necessary. So maybe we should re-examine the patches and accept the bits that clean up init/finalization and leave out any ABi-related changes.</p>

<p dir="ltr">Martin's right about improving the subinterpreter support - every type declaration we move from a static struct to the dynamic type creation API is one that isn't shared between subinterpreters any more.</p>

<p dir="ltr">That argument is potentially valid even for *builtin* modules and types, not just those in extension modules.</p>
<p dir="ltr">Cheers,<br>
Nick.</p>