]> granicus.if.org Git - python/commit
bpo-24618: Add a check in the code constructor. (GH-8283)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 16 Jul 2018 06:10:19 +0000 (09:10 +0300)
committerGitHub <noreply@github.com>
Mon, 16 Jul 2018 06:10:19 +0000 (09:10 +0300)
commitbd47384e07bde38a8f18b90b4cea02a505d95c75
tree032099abf31aac9d5c5e1ecf273f301ad2e8233a
parent15c7b2abdfb93f8902dd72474818aee2bf97fa66
bpo-24618: Add a check in the code constructor. (GH-8283)

Check that the size of the varnames tuple is enough at least for all arguments.
Misc/NEWS.d/next/Core and Builtins/2018-07-14-14-01-37.bpo-24618.iTKjD_.rst [new file with mode: 0644]
Objects/codeobject.c