Reject my own PEP 510

This commit is contained in:
Victor Stinner 2017-10-17 22:07:39 +02:00
parent 045a7063b0
commit c99fb8bf5b
1 changed files with 9 additions and 1 deletions

View File

@ -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
======== ========