Message276060
| Author | vstinner |
|---|---|
| Recipients | cool-RR, koobs, mark.dickinson, martin.panter, ned.deily, python-dev, rhettinger, steven.daprano, vstinner |
| Date | 2016-09-12.15:39:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473694780.49.0.188871266765.issue27181@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
>>> statistics.geometric_mean([0.7 for _ in range(5000)]) Traceback (most recent call last): File "/Users/mdickinson/Python/cpython-git/Lib/statistics.py", line 362, in float_nroot isinfinity = math.isinf(x) OverflowError: int too large to convert to float => see also issue #27975 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-12 15:39:40 | vstinner | set | recipients: + vstinner, rhettinger, mark.dickinson, ned.deily, steven.daprano, cool-RR, python-dev, martin.panter, koobs |
| 2016-09-12 15:39:40 | vstinner | set | messageid: <1473694780.49.0.188871266765.issue27181@psf.upfronthosting.co.za> |
| 2016-09-12 15:39:40 | vstinner | link | issue27181 messages |
| 2016-09-12 15:39:40 | vstinner | create | |