Skip to content

[3.6] bpo-24618: Add a check in the code constructor. (GH-8283)#8311

Merged
serhiy-storchaka merged 1 commit into
python:3.6from
serhiy-storchaka:backport-bd47384-3.6
Jul 17, 2018
Merged

[3.6] bpo-24618: Add a check in the code constructor. (GH-8283)#8311
serhiy-storchaka merged 1 commit into
python:3.6from
serhiy-storchaka:backport-bd47384-3.6

Conversation

@serhiy-storchaka

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

Copy link
Copy Markdown
Member

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
Copy Markdown
Contributor

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 July 17, 2018 07:33
@miss-islington

Copy link
Copy Markdown
Contributor

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.

4 participants