Skip to content
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
16 changes: 13 additions & 3 deletions peps/pep-0743.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,29 @@ PEP: 743
Title: Add Py_OMIT_LEGACY_API to the Python C API
Author: Victor Stinner <vstinner@python.org>,
Petr Viktorin <encukou@gmail.com>,
PEP-Delegate: C API Working Group
Discussions-To: https://discuss.python.org/t/59323
Status: Draft
Status: Rejected
Type: Standards Track
Created: 11-Mar-2024
Python-Version: 3.15
Post-History: `11-Mar-2024 <https://discuss.python.org/t/48243>`__,
`27-Jul-2024 <https://discuss.python.org/t/59323>`__,

Resolution: `20-Feb-2026 <https://discuss.python.org/t/59323/20>`__

.. highlight:: c


Rejection Notice
================

The Steering Council has rejected this PEP in its current form:

While we agree that the problem the PEP tries to solve is one worth solving,
we’re not convinced this is the correct approach.

See `the full post <https://discuss.python.org/t/59323/20>`_.


Abstract
========

Expand Down
Loading