From 1faeda8fe7be93a019b0ac723074041c3bb88cc4 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 28 Nov 2024 17:54:30 +0100 Subject: [PATCH] PEP 757: Remove PEP Delegate --- peps/pep-0757.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/peps/pep-0757.rst b/peps/pep-0757.rst index 759bedb265f..2c5820e0fce 100644 --- a/peps/pep-0757.rst +++ b/peps/pep-0757.rst @@ -2,7 +2,6 @@ PEP: 757 Title: C API to import-export Python integers Author: Sergey B Kirpichev , Victor Stinner -PEP-Delegate: C API Working Group Discussions-To: https://discuss.python.org/t/63895 Status: Draft Type: Standards Track