Message114745
patch of patch attached to issue 3871
--- ./Modules/_io/_iomodule.h.MINGW 2009-12-23 12:52:04.000000000 +0200
+++ ./Modules/_io/_iomodule.h 2009-12-14 22:01:16.000000000 +0200
@@ -72,7 +72,7 @@
PyObject *filename; /* Not used, but part of the IOError object */
Py_ssize_t written;
} PyBlockingIOErrorObject;
-PyAPI_DATA(PyObject *) PyExc_BlockingIOError;
+extern PyObject* PyExc_BlockingIOError;
/*
* Offset type for positioning. |
|
| Date |
User |
Action |
Args |
| 2010-08-23 22:09:47 | rpetrov | set | recipients:
+ rpetrov, amaury.forgeotdarc, tim.golden, benjamin.peterson, stutzbach, brian.curtin |
| 2010-08-23 22:09:47 | rpetrov | set | messageid: <[email protected]> |
| 2010-08-23 22:09:46 | rpetrov | link | issue9665 messages |
| 2010-08-23 22:09:45 | rpetrov | create | |
|