]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40455: Fix gcc10+ warning about writing into a section of offset 0 (GH-24384)
authorPablo Galindo <Pablogsal@gmail.com>
Sat, 30 Jan 2021 13:54:22 +0000 (13:54 +0000)
committerGitHub <noreply@github.com>
Sat, 30 Jan 2021 13:54:22 +0000 (22:54 +0900)
commit86e322f1412be6c5a6c8fa8e73af68b99c42bb18
tree491bbecdb80eb01395bdd4eb65bd316a5e403103
parent62437a2fa9ebd2352dc1e15ae310895eef6ff981
bpo-40455: Fix gcc10+ warning about writing into a section of offset 0 (GH-24384)
Objects/codeobject.c
Python/compile.c