[Python-Dev] PEP 575, 576, 579 and 580

Stefan Behnel stefan_ml at behnel.de
Sat Jul 7 11:29:31 EDT 2018


INADA Naoki schrieb am 07.07.2018 um 17:16:
>> 2. The new API should be used internally so that 3rd party extensions
>> are not second class citizens in term of call performance.
> 
> These PEPs proposes new public protocol which can be implemented
> by 3rd party extensions, especially Cython.
> In this meaning, it's not used only *internally*.

I think Mark meant that the API should *also* be used internally, in the
same way that external code uses it. Meaning, there shouldn't be a separate
internal API.

Stefan



More information about the Python-Dev mailing list