Skip to content

PEP 670: Mark as Accepted #2522

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 3 commits into from
Apr 15, 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
6 changes: 5 additions & 1 deletion pep-0670.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ PEP: 670
Title: Convert macros to functions in the Python C API
Author: Erlend Egeberg Aasland <[email protected]>,
Victor Stinner <[email protected]>
Status: Draft
Status: Accepted
Type: Standards Track
Content-Type: text/x-rst
Created: 19-Oct-2021
Python-Version: 3.11
Post-History: `20-Oct-2021 <https://mail.python.org/archives/list/[email protected]/thread/2GN646CGWGTO6ZHHU7JTA5XWDF4ULM77/>`__,
`08-Feb-2022 <https://mail.python.org/archives/list/[email protected]/message/IJ3IBVY3JDPROKX55YNDT6XZTVTTPGOP/>`__,
`22-Feb-2022 <https://mail.python.org/archives/list/[email protected]/thread/VM6I3UHVMME6QRSUOYLK6N2OZHP454W6/>`__
Resolution: https://mail.python.org/archives/list/[email protected]/thread/QQFCJ7LR36RUZSC3WI6WZZMQVQ3ZI4MS/


Abstract
Expand Down