This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients georg.brandl, ncoghlan, pitrou, python-dev, vstinner, yselivanov
Date 2014-10-03.09:02:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412326944.35.0.778972421547.issue22540@psf.upfronthosting.co.za>
In-reply-to
Content
A buildbot is failing since your change.

http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.x/builds/1261/steps/test/logs/stdio

======================================================================
ERROR: test_decimal_fraction_comparison (test.test_decimal.CUsabilityTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_decimal.py", line 1711, in test_decimal_fraction_comparison
    self.assertLess(D(0), F(1,9999999999999999999999999999999999999))
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", line 1174, in assertLess
    if not a < b:
TypeError: unorderable types: decimal.Decimal() < Fraction()

======================================================================
FAIL: test_abc (test.test_decimal.CPythonAPItests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_decimal.py", line 2404, in test_abc
    self.assertTrue(issubclass(Decimal, numbers.Number))
AssertionError: False is not true

======================================================================
ERROR: test_mixed_comparisons (test.test_numeric_tower.ComparisonTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_numeric_tower.py", line 173, in test_mixed_comparisons
    self.assertLess(first, second)
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", line 1174, in assertLess
    if not a < b:
TypeError: unorderable types: decimal.Decimal() < Fraction()
History
Date User Action Args
2014-10-03 09:02:24vstinnersetrecipients: + vstinner, georg.brandl, ncoghlan, pitrou, python-dev, yselivanov
2014-10-03 09:02:24vstinnersetmessageid: <1412326944.35.0.778972421547.issue22540@psf.upfronthosting.co.za>
2014-10-03 09:02:24vstinnerlinkissue22540 messages
2014-10-03 09:02:23vstinnercreate