summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2019-03-23 12:04:40 (GMT)
committerGitHub <noreply@github.com>2019-03-23 12:04:40 (GMT)
commitd3c72a223a5f771f964fc34557c55eb5bfa0f5a0 (patch)
treec0dec4fc435af520724b012b1d7b7b9bc8a0466a /Misc
parentd60f658fc0278f3fcdadec8ddcab35b8ae03e1d1 (diff)
downloadcpython-d3c72a223a5f771f964fc34557c55eb5bfa0f5a0.zip
cpython-d3c72a223a5f771f964fc34557c55eb5bfa0f5a0.tar.gz
cpython-d3c72a223a5f771f964fc34557c55eb5bfa0f5a0.tar.bz2
bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473)
We will remove int support from 3.10 or 4.0.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/C API/2019-03-20-22-02-40.bpo-36381.xlzDJ2.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2019-03-20-22-02-40.bpo-36381.xlzDJ2.rst b/Misc/NEWS.d/next/C API/2019-03-20-22-02-40.bpo-36381.xlzDJ2.rst
new file mode 100644
index 0000000..66982aa
--- /dev/null
+++ b/Misc/NEWS.d/next/C API/2019-03-20-22-02-40.bpo-36381.xlzDJ2.rst
@@ -0,0 +1,2 @@
+Raise ``DeprecationWarning`` when '#' formats are used for building or
+parsing values without ``PY_SSIZE_T_CLEAN``.