PEP 756: Add Discussions-To and Post-History headers (#3981)
This commit is contained in:
parent
3b52323954
commit
fa01a64551
|
@ -2,10 +2,12 @@ PEP: 756
|
|||
Title: Add PyUnicode_Export() and PyUnicode_Import() C functions
|
||||
Author: Victor Stinner <vstinner@python.org>
|
||||
PEP-Delegate: C API Working Group
|
||||
Discussions-To: https://discuss.python.org/t/63891
|
||||
Status: Draft
|
||||
Type: Standards Track
|
||||
Created: 13-Sep-2024
|
||||
Python-Version: 3.14
|
||||
Post-History: `14-Sep-2024 <https://discuss.python.org/t/63891>`__
|
||||
|
||||
.. highlight:: c
|
||||
|
||||
|
@ -366,6 +368,7 @@ characters.
|
|||
Discussions
|
||||
===========
|
||||
|
||||
* https://discuss.python.org/t/63891
|
||||
* https://github.com/capi-workgroup/decisions/issues/33
|
||||
* https://github.com/python/cpython/issues/119609
|
||||
|
||||
|
|
Loading…
Reference in New Issue