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.
Created on 2008年03月18日 12:28 by schmir, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue2386.diff | belopolsky, 2008年03月18日 16:04 | Patch against revision 61521 | ||
| Messages (3) | |||
|---|---|---|---|
| msg63908 - (view) | Author: Ralf Schmitt (schmir) | Date: 2008年03月18日 12:28 | |
os.strerror is missing on my 64 bit linux. HAVE_STRERROR is not defined in pyconfig.h. This has been broken in r61483. |
|||
| msg63920 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年03月18日 15:36 | |
Fixed in revision 61523. Thanks for reminding me to remove those references, Ralf. |
|||
| msg63932 - (view) | Author: Alexander Belopolsky (belopolsky) * (Python committer) | Date: 2008年03月18日 16:04 | |
Attached patch fixes the problem. Note that the original os.strerror code was not standard compliant. See e.g. http://www.opengroup.org/onlinepubs/000095399/functions/strerror.html |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46639 |
| 2008年03月18日 16:04:58 | belopolsky | set | files:
+ issue2386.diff keywords: + patch messages: + msg63932 nosy: + belopolsky |
| 2008年03月18日 15:36:44 | brett.cannon | set | status: open -> closed assignee: brett.cannon resolution: fixed messages: + msg63920 |
| 2008年03月18日 12:28:03 | schmir | create | |