PEP 620: Rejected (#2922)
This commit is contained in:
parent
77018a2d5c
commit
5876867985
11
pep-0620.rst
11
pep-0620.rst
|
@ -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
|
||||
==========
|
||||
|
||||
|
|
Loading…
Reference in New Issue