PEP 620: Rejected (#2922)

This commit is contained in:
Victor Stinner 2022-12-13 16:38:41 +01:00 committed by GitHub
parent 77018a2d5c
commit 5876867985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,7 @@
PEP: 620
Title: Hide implementation details from the C API
Author: Victor Stinner <vstinner@python.org>
Status: Draft
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
Created: 19-Jun-2020
@ -27,6 +27,15 @@ changes are already completed. The `Process to reduce the number of
broken C extensions`_ dictates the rhythm.
PEP rejected
============
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`.
Motivation
==========