- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message125456
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 | giampaolo.rodola, hfuru, pitrou, terry.reedy |
| Date | 2011-01-05.19:20:11 |
| SpamBayes Score | 0.00023660701 |
| Marked as misclassified | No |
| Message-id | <1294255226.58.0.750555042215.issue10350@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The patch seems a bit confused at times. For example, you need to restore errno before calling PyErr_SetFromErrno(). Here is a new patch for py3k. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-01-05 19:20:26 | pitrou | set | recipients: + pitrou, terry.reedy, hfuru, giampaolo.rodola |
| 2011-01-05 19:20:26 | pitrou | set | messageid: <1294255226.58.0.750555042215.issue10350@psf.upfronthosting.co.za> |
| 2011-01-05 19:20:11 | pitrou | link | issue10350 messages |
| 2011-01-05 19:20:11 | pitrou | create | |

