]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Restrict co_code to be under INT_MAX in codeobject (GH-20628)
authorAmmar Askar <ammar@ammaraskar.com>
Wed, 10 Jun 2020 23:31:22 +0000 (23:31 +0000)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 23:31:22 +0000 (00:31 +0100)
commit3b3b83c965447a8329b34cb4befe6e9908880ee5
tree612bf0d51451cc7fefd97c5a45549641e93a86ea
parent1642c0ef750f96664a98cadb09301d492098d2fb
Restrict co_code to be under INT_MAX in codeobject (GH-20628)
Objects/codeobject.c
Objects/frameobject.c