]> granicus.if.org Git - python/commit
bpo-33298: Wrap only constants with _PyCode_ConstantKey() in the compiler. (GH-6512)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 20 Apr 2018 13:01:25 +0000 (16:01 +0300)
committerGitHub <noreply@github.com>
Fri, 20 Apr 2018 13:01:25 +0000 (16:01 +0300)
commitd70c2a6894d80410b6f5a3129d6b1062ea8fd4e4
tree453edf65c1c63cff91f8fac966c5fecce2edc306
parent397f1b28c4a12e3b3ed59a89599eabc457412649
bpo-33298: Wrap only constants with _PyCode_ConstantKey() in the compiler. (GH-6512)
Python/compile.c