PEP 689: Defer for now (GH-2769)

This commit is contained in:
Petr Viktorin 2022-08-24 16:45:26 +02:00 committed by GitHub
parent 62f1b67db4
commit 63ec31e8d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

@ -1,15 +1,24 @@
PEP: 689
Title: Unstable C API tier
Author: Petr Viktorin <encukou@gmail.com>
Status: Draft
Status: Deferred
Type: Standards Track
Content-Type: text/x-rst
Requires: 523
Created: 22-Apr-2022
Python-Version: 3.11
Python-Version: 3.12
Post-History: `27-Apr-2022 <https://mail.python.org/archives/list/python-dev@python.org/thread/PQXSP7E2B6KNXTJ2AERWMKKX42YP5D6O/>`__,
Deferral note
===============
This PR was accepted provided that function names in the unstable API start
with leading underscores. Unfortunately, this uncovered wider disagreement
about the meaning of leading underscores. The PEP's author is not comfortable
pushing the PEP forward before we agree on what a leading underscore means.
Abstract
========