Summary: | dev-lang/python pow() functionality too imprecise on N32 MIPS, leading to test failures elsewhere | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Mart Raudsepp <leio> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | mips |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | MIPS | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Mart Raudsepp
2017-05-27 21:40:26 UTC
everything behaves the same when using pow(10.0, 20) in place of 10.0**20, including the 2.7 oddity Someone with MIPS hardware will need to fix this. As far as I know, the problem does not occur on other archs. # python3.5 -c 'print(10.0**20)' 1e+20 And Babel's tests pass for me on both my Yeeloong and my Loongson3A. |