Reject my own PEP 510 · python/peps@c99fb8b (original) (raw)

Original file line number Diff line number Diff line change
@@ -3,13 +3,21 @@ Title: Specialize functions with guards
3 3 Version: RevisionRevisionRevision
4 4 Last-Modified: DateDateDate
5 5 Author: Victor Stinner victor.stinner@gmail.com
6 -Status: Draft
6 +Status: Rejected
7 7 Type: Standards Track
8 8 Content-Type: text/x-rst
9 9 Created: 4-January-2016
10 10 Python-Version: 3.6
11 11
12 12
13 +Rejection Notice
14 +================
15 +
16 +This PEP was rejected by its author since the design didn't show any
17 +significant speedup, but also because of the lack of time to implement
18 +the most advanced and complex optimizations.
19 +
20 +
13 21 Abstract
14 22 ========
15 23