- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message333730
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 | pitrou |
|---|---|
| Recipients | eryksun, jimbo1qaz_, paul.moore, pitrou, serhiy.storchaka, steve.dower, tim.golden, zach.ware |
| Date | 2019-01-15.19:02:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1547578950.74.0.311565100699.issue35306@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I'm fine with swallowing the error in both exists() and resolve(). We should be careful not to swallow errors too broadly, though. The code paths should be audited to check that EINVAL can't mean something else. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-01-15 19:02:31 | pitrou | set | recipients: + pitrou, paul.moore, tim.golden, zach.ware, serhiy.storchaka, eryksun, steve.dower, jimbo1qaz_ |
| 2019-01-15 19:02:30 | pitrou | set | messageid: <1547578950.74.0.311565100699.issue35306@roundup.psfhosted.org> |
| 2019-01-15 19:02:30 | pitrou | link | issue35306 messages |
| 2019-01-15 19:02:30 | pitrou | create | |

