Message276149
| Author | steven.daprano |
|---|---|
| Recipients | mark.dickinson, steven.daprano, vstinner |
| Date | 2016-09-13.02:20:32 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473733233.31.0.576673883283.issue28111@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 #27975 and #27181 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-13 02:20:33 | steven.daprano | set | recipients: + steven.daprano, mark.dickinson, vstinner |
| 2016-09-13 02:20:33 | steven.daprano | set | messageid: <1473733233.31.0.576673883283.issue28111@psf.upfronthosting.co.za> |
| 2016-09-13 02:20:33 | steven.daprano | link | issue28111 messages |
| 2016-09-13 02:20:32 | steven.daprano | create | |