diff options
author | Inada Naoki <songofacandy@gmail.com> | 2019-03-23 12:04:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-23 12:04:40 (GMT) |
commit | d3c72a223a5f771f964fc34557c55eb5bfa0f5a0 (patch) | |
tree | c0dec4fc435af520724b012b1d7b7b9bc8a0466a /Misc | |
parent | d60f658fc0278f3fcdadec8ddcab35b8ae03e1d1 (diff) | |
download | cpython-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.rst | 2 |
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``. |