We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dca9f7 commit 2df8cd2Copy full SHA for 2df8cd2
Doc/whatsnew/3.10.rst
@@ -179,5 +179,10 @@ Porting to Python 3.10
179
for historical reason. It is no longer allowed.
180
(Contributed by Victor Stinner in :issue:`40839`.)
181
182
+* ``PyUnicode_FromUnicode(NULL, size)`` and ``PyUnicode_FromStringAndSize(NULL, size)``
183
+ raise ``DeprecationWarning`` now. Use :c:func:`PyUnicode_New` to allocate
184
+ Unicode object without initial data.
185
+ (Contributed by Inada Naoki in :issue:`36346`.)
186
+
187
Removed
188
-------
0 commit comments