Thanks to visit codestin.com
Credit goes to github.com

Skip to content

PEP 620: Withdrawn rather than rejected #2923

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions pep-0620.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PEP: 620
Title: Hide implementation details from the C API
Author: Victor Stinner <[email protected]>
Status: Rejected
Status: Withdrawn
Type: Standards Track
Content-Type: text/x-rst
Created: 19-Jun-2020
Expand All @@ -27,13 +27,13 @@ changes are already completed. The `Process to reduce the number of
broken C extensions`_ dictates the rhythm.


PEP rejected
============
PEP withdrawn
=============

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`.
This PEP was withdrawn by its author since the scope is too broad and the work is
distributed over multiple Python versions, which makes it difficult to make
a decision on the overall PEP. It was split into new PEPs with
narrower and better defined scopes, like :pep:`670`.


Motivation
Expand Down