]> granicus.if.org Git - python/commit
bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473)
authorInada Naoki <songofacandy@gmail.com>
Sat, 23 Mar 2019 12:04:40 +0000 (21:04 +0900)
committerGitHub <noreply@github.com>
Sat, 23 Mar 2019 12:04:40 +0000 (21:04 +0900)
commitd3c72a223a5f771f964fc34557c55eb5bfa0f5a0
treec0dec4fc435af520724b012b1d7b7b9bc8a0466a
parentd60f658fc0278f3fcdadec8ddcab35b8ae03e1d1
bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473)

We will remove int support from 3.10 or 4.0.
Doc/whatsnew/3.8.rst
Misc/NEWS.d/next/C API/2019-03-20-22-02-40.bpo-36381.xlzDJ2.rst [new file with mode: 0644]
Python/getargs.c
Python/modsupport.c