]> granicus.if.org Git - python/commit
bpo-36030: Fix a possible segfault in PyTuple_New() (GH-15670)
authorZackery Spytz <zspytz@gmail.com>
Wed, 4 Sep 2019 13:58:05 +0000 (07:58 -0600)
committerVictor Stinner <vstinner@redhat.com>
Wed, 4 Sep 2019 13:58:04 +0000 (15:58 +0200)
commit60bd1f88f21073965a444c8b39c4202d015da5d6
tree2752030cc7c37535139644e4722d5b56418cd4fd
parent675d17cec49ed7f7eb01d1bc3ae6999c728e070d
bpo-36030: Fix a possible segfault in PyTuple_New() (GH-15670)
Objects/tupleobject.c