<p dir="ltr"><br>
On 10 Jul 2014 19:59, "Alexander Belopolsky" <<a href="mailto:alexander.belopolsky@gmail.com">alexander.belopolsky@gmail.com</a>> wrote:<br>
><br>
><br>
> On Thu, Jul 10, 2014 at 2:59 PM, Mark Lawrence <<a href="mailto:breamoreboy@yahoo.co.uk">breamoreboy@yahoo.co.uk</a>> wrote:<br>
>><br>
>> I'm just curious as to why there are 54 open issues after both of these PEPs have been accepted and 384 is listed as finished.  Did we hit some unforeseen technical problem which stalled development?<br>
><br>
><br>
> I tried to bring some sanity to that effort by opening a "meta issue":<br>
><br>
> <a href="http://bugs.python.org/issue15787">http://bugs.python.org/issue15787</a><br>
><br>
> My enthusiasm, however, vanished after I reviewed the refactoring for the datetime module:<br>
><br>
> <a href="http://bugs.python.org/issue15390">http://bugs.python.org/issue15390</a><br>
><br>
> My main objections are to following PEP 384 (Stable ABI) within stdlib modules.  I see little benefit for the stdlib (which is shipped fresh with every new version of Python) from following those guidelines.</p>
<p dir="ltr">The main downside of "do as we say, not as we do" in this case is that we miss out on the feedback loop of what the stable ABI is like to *use*. For example, the docs problem, where it's hard to tell whether an API is part of the stable ABI or not, or the performance problem Stefan mentions.</p>

<p dir="ltr">Using the stable ABI for standard library extensions also serves to decouple them further from the internal details of the CPython runtime, making it more likely they will be able to run correctly on alternative interpreters (since emulating or otherwise supporting the limited API is easier than supporting the whole thing).</p>

<p dir="ltr">Cheers,<br>
Nick.</p>
<p dir="ltr">><br>
> _______________________________________________<br>
> Python-Dev mailing list<br>
> <a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/python-dev">https://mail.python.org/mailman/listinfo/python-dev</a><br>
> Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/ncoghlan%40gmail.com">https://mail.python.org/mailman/options/python-dev/ncoghlan%40gmail.com</a><br>
><br>
</p>