We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b52323 commit fa01a64Copy full SHA for fa01a64
peps/pep-0756.rst
@@ -2,10 +2,12 @@ PEP: 756
2
Title: Add PyUnicode_Export() and PyUnicode_Import() C functions
3
Author: Victor Stinner <[email protected]>
4
PEP-Delegate: C API Working Group
5
+Discussions-To: https://discuss.python.org/t/63891
6
Status: Draft
7
Type: Standards Track
8
Created: 13-Sep-2024
9
Python-Version: 3.14
10
+Post-History: `14-Sep-2024 <https://discuss.python.org/t/63891>`__
11
12
.. highlight:: c
13
@@ -366,6 +368,7 @@ characters.
366
368
Discussions
367
369
===========
370
371
+* https://discuss.python.org/t/63891
372
* https://github.com/capi-workgroup/decisions/issues/33
373
* https://github.com/python/cpython/issues/119609
374
0 commit comments