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 koobs
Recipients dim, emaste, eric.smith, koobs, mark.dickinson, vstinner
Date 2017-04-24.08:45:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493023547.28.0.603355069722.issue30104@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for investigating Victor.

This appears to require backporting to 3.6 and 3.5 which are also failing:

FAIL: test_repr (test.test_float.ReprTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.5.koobs-freebsd-current.nondebug/build/Lib/test/test_float.py", line 674, in test_repr
    self.assertEqual(v, eval(repr(v)))
AssertionError: 5.311000000000001e+245 != 5.311000000000002e+245

----------------------------------------------------------------------
Ran 42 tests in 0.242s

FAILED (failures=1, skipped=1)
7 tests failed again:
    test_cmath test_float test_json test_marshal test_math
    test_statistics test_strtod
History
Date User Action Args
2017-04-24 08:45:47koobssetrecipients: + koobs, mark.dickinson, vstinner, eric.smith, emaste, dim
2017-04-24 08:45:47koobssetmessageid: <1493023547.28.0.603355069722.issue30104@psf.upfronthosting.co.za>
2017-04-24 08:45:47koobslinkissue30104 messages
2017-04-24 08:45:46koobscreate