Skip to content

Commit 5876867

Browse files
authored
PEP 620: Rejected (#2922)
1 parent 77018a2 commit 5876867

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pep-0620.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PEP: 620
22
Title: Hide implementation details from the C API
33
Author: Victor Stinner <[email protected]>
4-
Status: Draft
4+
Status: Rejected
55
Type: Standards Track
66
Content-Type: text/x-rst
77
Created: 19-Jun-2020
@@ -27,6 +27,15 @@ changes are already completed. The `Process to reduce the number of
2727
broken C extensions`_ dictates the rhythm.
2828

2929

30+
PEP rejected
31+
============
32+
33+
PEP rejected by its author since the scope is too broad and the work is
34+
distributed on multiple Python versions which makes it difficult to take
35+
a decision on the overall PEP. It was splitted in new PEPs with a more
36+
narrow and better defined scope like :pep:`670`.
37+
38+
3039
Motivation
3140
==========
3241

0 commit comments

Comments
 (0)