]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup()
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 19:33:14 +0000 (20:33 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 19:33:14 +0000 (20:33 +0100)
commitac470854b8121ce4b5dc9388c9ad084f5359b2aa
treed9e2f52d3bca557b66c6600ba287e4de1fdd5243
parenta992e11fe36b8461d3064a7cc37552a44c7dd022
Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup()
failure (memory allocation failure): raise a MemoryError exception
Modules/_decimal/_decimal.c