Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Python
ceval.c
Find file
Blame
History
Permalink
bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict() and PyEval_EvalCodeEx() (#2919)
· c6ea8974
Zackery Spytz
authored
Jul 31, 2017
k + 1 was calculated with k = NULL.
c6ea8974