bpo-24618: Add a check in the code constructor.#8283
bpo-24618: Add a check in the code constructor.#8283serhiy-storchaka merged 1 commit intopython:masterfrom
Conversation
Check that the size of the varnames tuple is enough at least for all arguments.
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
|
GH-8291 is a backport of this pull request to the 3.7 branch. |
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 <[email protected]>
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6. |
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7. |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
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 <[email protected]>
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 <[email protected]>
|
GH-8311 is a backport of this pull request to the 3.6 branch. |
Check that the size of the varnames tuple is enough at least for all arguments.
https://bugs.python.org/issue24618