[Python-ideas] RFC: PEP: Add dict.__version__

Chris Angelico rosuav at gmail.com
Fri Jan 8 20:00:46 EST 2016


On Sat, Jan 9, 2016 at 8:27 AM, Victor Stinner <victor.stinner at gmail.com> wrote:
> Here is a first PEP, part of a serie of 3 PEP to add an API to
> implement a static Python optimizer specializing functions with
> guards.

Are you intending for these features to become part of the Python core
language, or are you discussing this as something that your alternate
implementation will do? If the former, send your PEP drafts to
peps at python.org and we can get them assigned numbers; if the latter,
is there some specific subset of this which *is* for the language
core? (For example, MyPy has type checking, but PEP 484 isn't
proposing to include that in the core; all it asks is for a
'typing.py' to allow the code to run unchanged.)

ChrisA


More information about the Python-ideas mailing list