]> granicus.if.org Git - python/commit
Issue #18408: Fix parser.sequence2st() and parser.tuple2st(): raise MemoryError
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 23:33:59 +0000 (01:33 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 23:33:59 +0000 (01:33 +0200)
commit3bd6abd1294263f88ee4c0dbff3d1dfb618ec7ab
treec1a3549501d4e57c83dc74359ab6f1e0bc27e3e6
parent4202456cd4dfb19e04a1a08b210d99933c1e024e
Issue #18408: Fix parser.sequence2st() and parser.tuple2st(): raise MemoryError
on memory allocation failure

Instead of ignoring the memory allocation failure and create invalid objects.
Modules/parsermodule.c