- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message367076
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 | pablogsal |
|---|---|
| Recipients | BTaskaya, gvanrossum, lys.nikolaou, ned.deily, pablogsal, vstinner |
| Date | 2020-04-23.02:52:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1587610345.25.0.650815872467.issue40334@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Those warnings are legitimate: we cannot cast function pointers that have different return types from one to the other. This only happens in the test, but could happen in the grammar if we use lookahead with NAME (&NAME). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-04-23 02:52:25 | pablogsal | set | recipients: + pablogsal, gvanrossum, vstinner, ned.deily, lys.nikolaou, BTaskaya |
| 2020-04-23 02:52:25 | pablogsal | set | messageid: <1587610345.25.0.650815872467.issue40334@roundup.psfhosted.org> |
| 2020-04-23 02:52:25 | pablogsal | link | issue40334 messages |
| 2020-04-23 02:52:25 | pablogsal | create | |

