]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 Oct 2019 02:14:27 +0000 (19:14 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2019 02:14:27 +0000 (19:14 -0700)
commit9a7c43bafd07d7b8db5f2329b264c9f83652c682
treed8334a8aa09f9223430c4ed663cc90f4a5b54eb3
parent02d6f4f9bcf147fa34a0f5e00ffba92225c0ced3
Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714)

(cherry picked from commit c39d1ddc012987e2159a997e27665d2d579c0ce0)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Objects/dictobject.c