]> granicus.if.org Git - python/commit
bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854)
authorInada Naoki <songofacandy@gmail.com>
Tue, 16 Apr 2019 23:39:46 +0000 (08:39 +0900)
committerGitHub <noreply@github.com>
Tue, 16 Apr 2019 23:39:46 +0000 (08:39 +0900)
commit926b0cb5f688808dc11448a0bf3e452d1b92c232
treefe640ef0c6966263acec3f651963e669be8cbefa
parent31e8d69bfe7cf5d4ffe0967cb225d2a8a229cc97
bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854)

It reduces "data" segment in python about 200KB.
Include/pymacro.h
Misc/NEWS.d/next/C API/2019-04-16-21-18-19.bpo-36641.pz-DIR.rst [new file with mode: 0644]
Modules/_ssl.c