Reject PEP 580 in favor of PEP 590 (GH-1027)
This commit is contained in:
parent
2ff689ff08
commit
7dc58a6307
|
@ -2,7 +2,7 @@ PEP: 580
|
|||
Title: The C call protocol
|
||||
Author: Jeroen Demeyer <J.Demeyer@UGent.be>
|
||||
BDFL-Delegate: Petr Viktorin
|
||||
Status: Draft
|
||||
Status: Rejected
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 14-Jun-2018
|
||||
|
@ -10,6 +10,13 @@ Python-Version: 3.8
|
|||
Post-History: 20-Jun-2018, 22-Jun-2018, 16-Jul-2018
|
||||
|
||||
|
||||
Rejection Notice
|
||||
================
|
||||
|
||||
This PEP is rejected in favor of PEP 590, which proposes a simpler public
|
||||
C API for callable objects.
|
||||
|
||||
|
||||
Abstract
|
||||
========
|
||||
|
||||
|
|
Loading…
Reference in New Issue