- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message345591
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 | scoder |
|---|---|
| Recipients | jdemeyer, ncoghlan, petr.viktorin, scoder, steve.dower, vstinner |
| Date | 2019-06-14.12:26:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1560515195.09.0.0584047565667.issue37250@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I agree with Steve that broadly redefining a global name in a widely used header file is not a good idea. You never know what names users have in their code. Yes, you can work around it by undef-ing it again, but honestly, in that case, both sides are hacks. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-06-14 12:26:35 | scoder | set | recipients: + scoder, ncoghlan, vstinner, petr.viktorin, jdemeyer, steve.dower |
| 2019-06-14 12:26:35 | scoder | set | messageid: <1560515195.09.0.0584047565667.issue37250@roundup.psfhosted.org> |
| 2019-06-14 12:26:35 | scoder | link | issue37250 messages |
| 2019-06-14 12:26:34 | scoder | create | |

