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 skrah
Recipients facundobatista, mark.dickinson, rhettinger, serhiy.storchaka, skrah
Date 2018-06-03.16:06:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528041983.12.0.592728768989.issue33750@psf.upfronthosting.co.za>
In-reply-to
Content
The thread local context was modified in test_round(), so prec=28 was used in test_from_tuple() when running the whole test suite but prec=9 when running the single test.

I don't really consider that a bug, but it is easy to "fix".

I wouldn't be surprised if other similar cases exist.
History
Date User Action Args
2018-06-03 16:06:23skrahsetrecipients: + skrah, rhettinger, facundobatista, mark.dickinson, serhiy.storchaka
2018-06-03 16:06:23skrahsetmessageid: <1528041983.12.0.592728768989.issue33750@psf.upfronthosting.co.za>
2018-06-03 16:06:23skrahlinkissue33750 messages
2018-06-03 16:06:23skrahcreate