commit | f032e9237aa7d43d21e0b04d685c36bddf7078c1 | [log] [tgz] |
---|---|---|
author | Zackery Spytz <Osmunda46@gmail.com> | Thu Sep 07 19:17:38 2017 -0600 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Sep 08 03:17:38 2017 +0200 |
tree | 230e38007523d7183966abc26d4a147a1de4928d | |
parent | 645c1e421348790d49eab863279a41cb2b6a007a [diff] |
[3.6] bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (GH-2919) (#2964) k + 1 was calculated with k = NULL.. (cherry picked from commit c6ea8974e2d939223bfd6d64ee13ec89c090d2e0)