]> granicus.if.org Git - python/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)
commit34f7383d7ae1d3d040b3978680b9498c4ed150f5
treed48fd21d8f9093793b7bb2b8b8fc42d42a14136d
parentf866f97ca8fed17cb10c0fd06b65b75b33843ff9
Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup()
failure (memory allocation failure): raise a MemoryError exception
Modules/_decimal/_decimal.c