- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message59570
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 | mark.dickinson |
|---|---|
| Recipients | alanmcintyre, christian.heimes, inducer, loewis, mark.dickinson |
| Date | 2008-01-08.22:54:57 |
| SpamBayes Score | 0.20916073 |
| Marked as misclassified | No |
| Message-id | <1199832898.98.0.427393869707.issue1381@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Okay: would it be okay for me to move the #ifdef MS_WINDOWS sequence somewhere where it can be used by both mathmodule.c and cmathmodule.c, then? There are replacements for log1p and asinh in the patch, so it shouldn't matter than they're missing on Windows---it might mean that the accuracy of some of the functions is slightly reduced on Windows, though. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-01-08 22:54:59 | mark.dickinson | set | spambayes_score: 0.209161 -> 0.20916073 recipients: + mark.dickinson, loewis, alanmcintyre, inducer, christian.heimes |
| 2008-01-08 22:54:59 | mark.dickinson | set | spambayes_score: 0.209161 -> 0.209161 messageid: <1199832898.98.0.427393869707.issue1381@psf.upfronthosting.co.za> |
| 2008-01-08 22:54:57 | mark.dickinson | link | issue1381 messages |
| 2008-01-08 22:54:57 | mark.dickinson | create | |

