PEP 620: Withdrawn rather than rejected (#2923)

When the author cancels a PEP, it's Withdrawn. The SC does rejections.

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
This commit is contained in:
Petr Viktorin 2022-12-17 00:03:18 +01:00 committed by GitHub
parent 9de4efd734
commit aaede30578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
PEP: 620
Title: Hide implementation details from the C API
Author: Victor Stinner <vstinner@python.org>
Status: Rejected
Status: Withdrawn
Type: Standards Track
Content-Type: text/x-rst
Created: 19-Jun-2020
@ -27,13 +27,13 @@ changes are already completed. The `Process to reduce the number of
broken C extensions`_ dictates the rhythm.
PEP rejected
============
PEP withdrawn
=============
PEP rejected by its author since the scope is too broad and the work is
distributed on multiple Python versions which makes it difficult to take
a decision on the overall PEP. It was splitted in new PEPs with a more
narrow and better defined scope like :pep:`670`.
This PEP was withdrawn by its author since the scope is too broad and the work is
distributed over multiple Python versions, which makes it difficult to make
a decision on the overall PEP. It was split into new PEPs with
narrower and better defined scopes, like :pep:`670`.
Motivation