]> granicus.if.org Git - python/commit
Issue #18408: type_new() and PyType_FromSpecWithBases() now raise MemoryError
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 15 Jul 2013 17:34:20 +0000 (19:34 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 15 Jul 2013 17:34:20 +0000 (19:34 +0200)
commit53510cda598125a82b643af6eca46dd0f26099b3
tree02c42f4374a70fd2286ea7890070b677c59c77ca
parente699e5a21869d8ced1726518044faae45dd22b9c
Issue #18408: type_new() and PyType_FromSpecWithBases() now raise MemoryError
on memory allocation failure
Objects/typeobject.c