[issue34179] test_statistics fails after test_time

2018-07-21 Thread Stefan Krah
Stefan Krah added the comment: Ok, looks fixed to me. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34179] test_statistics fails after test_time

2018-07-21 Thread Stefan Krah
Stefan Krah added the comment: New changeset 9c136700aa1f755fa2ea64594688a0930b716597 by Stefan Krah (Miss Islington (bot)) in branch '3.6': bpo-34179: Make sure decimal context doesn't affect other tests. (GH-8376) (#8384)

[issue34179] test_statistics fails after test_time

2018-07-21 Thread Stefan Krah
Stefan Krah added the comment: New changeset 92ce6a64afcebd414def3b80b18b56448792a587 by Stefan Krah (Miss Islington (bot)) in branch '3.7': bpo-34179: Make sure decimal context doesn't affect other tests. (GH-8376) (#8383)

[issue34179] test_statistics fails after test_time

2018-07-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +7914 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34179] test_statistics fails after test_time

2018-07-21 Thread Stefan Krah
Stefan Krah added the comment: New changeset 938045f335b52ddb47076e9fbe4229a33b4bd9be by Stefan Krah (Bo Bayles) in branch 'master': bpo-34179: Make sure decimal context doesn't affect other tests. (#8376) https://github.com/python/cpython/commit/938045f335b52ddb47076e9fbe4229a33b4bd9be

[issue34179] test_statistics fails after test_time

2018-07-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +7913 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34179] test_statistics fails after test_time

2018-07-21 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- versions: +Python 3.6, Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34179] test_statistics fails after test_time

2018-07-21 Thread bbayles
Change by bbayles : -- keywords: +patch pull_requests: +7907 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue34179] test_statistics fails after test_time

2018-07-21 Thread bbayles
Change by bbayles : -- nosy: +bbayles ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34179] test_statistics fails after test_time

2018-07-21 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : $ ./python -m test -v test_time test_statistics ... == FAIL: test_decimals_exact (test.test_statistics.TestHarmonicMean)