]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075)
authorBenjamin Peterson <benjamin@python.org>
Thu, 7 Nov 2019 15:06:28 +0000 (07:06 -0800)
committerGitHub <noreply@github.com>
Thu, 7 Nov 2019 15:06:28 +0000 (07:06 -0800)
commitf32bcf8c27f3681407707bbb029323eb340d3c4b
tree1c6d804a1562ac4f5b5734c18c8635fd7822fb8f
parent089e5f52a34377193a9e6c03088114b14c8507af
[2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075)
Misc/NEWS.d/next/Build/2019-11-06-20-53-54.bpo-38730.UQsW_r.rst [new file with mode: 0644]
Modules/getpath.c
Modules/parsermodule.c
Modules/readline.c
Modules/signalmodule.c
Modules/zipimport.c
Objects/structseq.c
Python/compile.c