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 | luch |
|---|---|
| Recipients | luch |
| Date | 2012年03月29日.11:08:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1333019316.57.0.546169202542.issue14437@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Checked solution by David Robinow http://mail.python.org/pipermail/python-list/2012-March/1290038.html It works. Diff follows: """ --- Modules/_io/_iomodule.h.orig 2012年03月16日 03:26:36.000000000 +0200 +++ Modules/_io/_iomodule.h 2012年03月29日 13:54:07.094187600 +0300 @@ -72,7 +72,7 @@ PyObject *filename; /* Not used, but part of the IOError object */ Py_ssize_t written; } PyBlockingIOErrorObject; -PyAPI_DATA(PyObject *) PyExc_BlockingIOError; +PyObject * PyExc_BlockingIOError; /* * Offset type for positioning. """ |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012年03月29日 11:08:36 | luch | set | recipients: + luch |
| 2012年03月29日 11:08:36 | luch | set | messageid: <1333019316.57.0.546169202542.issue14437@psf.upfronthosting.co.za> |
| 2012年03月29日 11:08:36 | luch | link | issue14437 messages |
| 2012年03月29日 11:08:35 | luch | create | |