Message 144604 - Python tracker
Message144604
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 | josharian |
|---|---|
| Recipients | josharian, ronaldoussoren |
| Date | 2011-09-29.17:27:43 |
| SpamBayes Score | 0.019949775 |
| Marked as misclassified | No |
| Message-id | <1317317264.78.0.478675633552.issue13061@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
When Python is compiled on OS X with llvm, the decimal module behaves erratically (simple calculations are wrong, most doctests fail). This was originally reported here: http://stackoverflow.com/questions/7590137/dividing-decimals-yields-invalid-results-in-python-2-5-to-2-7 and the compiler dependency was tracked down here: https://trac.macports.org/ticket/31444 Although it looks like MacPorts is going to force use of gcc, it'd still be better for Python to behave correctly when compiled with llvm. Possibly related to http://bugs.python.org/issue11149? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-09-29 17:27:44 | josharian | set | recipients: + josharian, ronaldoussoren |
| 2011-09-29 17:27:44 | josharian | set | messageid: <1317317264.78.0.478675633552.issue13061@psf.upfronthosting.co.za> |
| 2011-09-29 17:27:44 | josharian | link | issue13061 messages |
| 2011-09-29 17:27:43 | josharian | create | |