PEP 689: Defer for now (GH-2769)
This commit is contained in:
parent
62f1b67db4
commit
63ec31e8d8
13
pep-0689.rst
13
pep-0689.rst
|
@ -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
|
||||
========
|
||||
|
||||
|
|
Loading…
Reference in New Issue