]> 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)
commit1ce3f840be7823f6a898c31de19b200874a1b8a8
tree6599c41d893a651ed74c9e240991692cdfb753bf
parent6decccdafe5bff96a5fff0f553dfd02bb5f8a589
Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle
PyObject_IsInstance() failure
Modules/_decimal/_decimal.c