]> granicus.if.org Git - python/commit
set_repr(): handle correctly PyUnicode_FromUnicode() error (MemoryError)
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 May 2011 12:24:30 +0000 (14:24 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 26 May 2011 12:24:30 +0000 (14:24 +0200)
commita1a807b6efdbdaa0af7da4aff46a4a205d87e8f9
tree510ea4776cb20446d8d1e771a0233c9d7ddaf371
parent5572ba7e15b462098aac2def8e85e59b055689c3
set_repr(): handle correctly PyUnicode_FromUnicode() error (MemoryError)

Bug found by the Clang Static Analyzer.
Objects/setobject.c