Reject my own PEP 510
This commit is contained in:
parent
045a7063b0
commit
c99fb8bf5b
10
pep-0510.txt
10
pep-0510.txt
|
@ -3,13 +3,21 @@ Title: Specialize functions with guards
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Victor Stinner <victor.stinner@gmail.com>
|
Author: Victor Stinner <victor.stinner@gmail.com>
|
||||||
Status: Draft
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 4-January-2016
|
Created: 4-January-2016
|
||||||
Python-Version: 3.6
|
Python-Version: 3.6
|
||||||
|
|
||||||
|
|
||||||
|
Rejection Notice
|
||||||
|
================
|
||||||
|
|
||||||
|
This PEP was rejected by its author since the design didn't show any
|
||||||
|
significant speedup, but also because of the lack of time to implement
|
||||||
|
the most advanced and complex optimizations.
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue