]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 18:26:11 +0000 (19:26 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 18:26:11 +0000 (19:26 +0100)
commita992e11fe36b8461d3064a7cc37552a44c7dd022
tree3dff17e9ede275989dfcb512e3763576f19715be
parent7165d8b9ba7df402fb167ff20dc6d1a35e7386ed
Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle
PyObject_IsInstance() failure
Modules/_decimal/_decimal.c