]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
authorChristian Heimes <christian@python.org>
Wed, 18 Nov 2020 15:38:53 +0000 (16:38 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Nov 2020 15:38:53 +0000 (07:38 -0800)
commit07f2adedf0940b06d136208ec386d69b7d2d5b43
treed0b64e336c25ed40ca94e70f3363a31b633136a6
parent46f59ebd01e22cc6a56fd0691217318c1d801a49
bpo-40998: Address compiler warnings found by ubsan (GH-20929)

Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: GH:tiran
Misc/NEWS.d/next/Build/2020-06-17-09-05-02.bpo-40998.sgqmg9.rst [new file with mode: 0644]
Objects/unicodeobject.c
Parser/string_parser.c
Python/pylifecycle.c