Skip to content

Commit

Permalink
Reject my own PEP 511 (code transformers)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Oct 17, 2017
1 parent c99fb8b commit 9d8fd95
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion pep-0511.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,32 @@ Title: API for code transformers
Version: $Revision$
Last-Modified: $Date$
Author: Victor Stinner <victor.stinner@gmail.com>
Status: Draft
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
Created: 4-January-2016
Python-Version: 3.6

Rejection Notice
================

This PEP was rejected by its author.

This PEP was seen as blessing new Python-like programming languages
which are close but incompatible with the regular Python language. It
was decided to not promote syntaxes incompatible with Python.

This PEP was also seen as a nice tool to experiment new Python features,
but it is already possible to experiment them without the PEP, only with
importlib hooks. If a feature becomes useful, it should be directly part
of Python, instead of depending on an third party Python module.

Finally, this PEP was driven was the FAT Python optimization project
which was abandonned in 2016, since it was not possible to show any
significant speedup, but also because of the lack of time to implement
the most advanced and complex optimizations.


Abstract
========

Expand Down

0 comments on commit 9d8fd95

Please sign in to comment.