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-24618: Add a check in the code constructor. (GH-8283) #8311

Merged
merged 1 commit into from Jul 17, 2018

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Jul 17, 2018

Check that the size of the varnames tuple is enough at least for all arguments.
(cherry picked from commit bd47384)

https://bugs.python.org/issue24618

Check that the size of the varnames tuple is enough at least for all arguments..
(cherry picked from commit bd47384)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@miss-islington
Copy link
Contributor

miss-islington commented Jul 17, 2018

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7.
🐍🍒🤖

@serhiy-storchaka serhiy-storchaka deleted the backport-bd47384-3.6 branch Jul 17, 2018
@miss-islington
Copy link
Contributor

miss-islington commented Jul 17, 2018

Sorry, @serhiy-storchaka, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker cf30d5c5b88276a9af863438839ba386b9723a14 2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants