We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77018a2 commit 5876867Copy full SHA for 5876867
pep-0620.rst
@@ -1,7 +1,7 @@
1
PEP: 620
2
Title: Hide implementation details from the C API
3
Author: Victor Stinner <[email protected]>
4
-Status: Draft
+Status: Rejected
5
Type: Standards Track
6
Content-Type: text/x-rst
7
Created: 19-Jun-2020
@@ -27,6 +27,15 @@ changes are already completed. The `Process to reduce the number of
27
broken C extensions`_ dictates the rhythm.
28
29
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
39
Motivation
40
==========
41
0 commit comments