From 58768679852f9502c3e05f6cfa61599c30f5f7bd Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 13 Dec 2022 16:38:41 +0100 Subject: [PATCH] PEP 620: Rejected (#2922) --- pep-0620.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pep-0620.rst b/pep-0620.rst index 076892053..75266e54f 100644 --- a/pep-0620.rst +++ b/pep-0620.rst @@ -1,7 +1,7 @@ PEP: 620 Title: Hide implementation details from the C API Author: Victor Stinner -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 ==========