]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 18 Nov 2020 16:01:48 +0000 (08:01 -0800)
committerGitHub <noreply@github.com>
Wed, 18 Nov 2020 16:01:48 +0000 (08:01 -0800)
commit994c68f586441cee755508e9357e6e03e2b7a887
tree28312823d8d46acaa8f72a7c1e7dc7f3728f8f41
parent802ff7c0d339376a1b974e57d2caca898310de3d
bpo-40998: Address compiler warnings found by ubsan (GH-20929)

Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: GH:tiran
(cherry picked from commit 07f2adedf0940b06d136208ec386d69b7d2d5b43)

Co-authored-by: Christian Heimes <christian@python.org>
Misc/NEWS.d/next/Build/2020-06-17-09-05-02.bpo-40998.sgqmg9.rst [new file with mode: 0644]
Objects/unicodeobject.c
Parser/pegen/parse_string.c
Python/pylifecycle.c