Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] bpo-30640: Fix undefined behavior in _PyFunction_FastCallDict()… #2964

Merged
merged 1 commit into from
Sep 8, 2017

Conversation

ZackerySpytz
Copy link
Contributor

@ZackerySpytz ZackerySpytz commented Jul 31, 2017

… and PyEval_EvalCodeEx() (GH-2919)

k + 1 was calculated with k = NULL.
(cherry picked from commit c6ea897)

https://bugs.python.org/issue30640

… and PyEval_EvalCodeEx() (pythonGH-2919)

k + 1 was calculated with k = NULL..
(cherry picked from commit c6ea897)
@ZackerySpytz
Copy link
Contributor Author

I'll try to work around the AppVeyor bug by closing then reopening.

@ZackerySpytz ZackerySpytz reopened this Jul 31, 2017
@vstinner vstinner merged commit f032e92 into python:3.6 Sep 8, 2017
@vstinner
Copy link
Member

vstinner commented Sep 8, 2017

Sorry for the delay. I merged your PR, thanks!

@ZackerySpytz ZackerySpytz deleted the backport-c6ea897-3.6 branch September 8, 2017 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants