From 5074ef63c2b354e002c43a76d7bfff901e7223d5 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 28 Nov 2024 16:28:36 +0100 Subject: [PATCH] Set PEP 757 status to Accepted (#4140) --- peps/pep-0757.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/peps/pep-0757.rst b/peps/pep-0757.rst index 759bedb26..6fb4edfe8 100644 --- a/peps/pep-0757.rst +++ b/peps/pep-0757.rst @@ -4,11 +4,12 @@ Author: Sergey B Kirpichev , Victor Stinner PEP-Delegate: C API Working Group Discussions-To: https://discuss.python.org/t/63895 -Status: Draft +Status: Accepted Type: Standards Track Created: 13-Sep-2024 Python-Version: 3.14 Post-History: `14-Sep-2024 `__ +Resolution: https://discuss.python.org/t/pep-757-c-api-to-import-export-python-integers/63895/73 .. highlight:: c