- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message403874
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 | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2021-10-13.21:30:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1634160601.71.0.561277585197.issue45440@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> [C API] Py_IS_INFINITY() macro doesn't work in the limited C API if isinf() is not defined Well, the final fix is to remove the code path when isinf() is not available and require it to build Python ;-) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-10-13 21:30:01 | vstinner | set | recipients: + vstinner |
| 2021-10-13 21:30:01 | vstinner | set | messageid: <1634160601.71.0.561277585197.issue45440@roundup.psfhosted.org> |
| 2021-10-13 21:30:01 | vstinner | link | issue45440 messages |
| 2021-10-13 21:30:01 | vstinner | create | |

