Message103948
Ok, forget my pyfile_writeobject_nosignal.patch, it's not the right approach.
New patch: mywrite() uses its own implementation PyFile_WriteString(), sys_pyfile_write(), which doesn't call PyErr_CheckSignals():
/* Implementation of PyFile_WriteString() no calling PyErr_CheckSignals():
* mywrite() should not execute any Python signal handler to avoid raising an
* error because mywrite() ignores all errors */ |
|
| Date |
User |
Action |
Args |
| 2010-04-22 11:11:44 | vstinner | set | recipients:
+ vstinner |
| 2010-04-22 11:11:44 | vstinner | set | messageid: <1271934704.35.0.552890862257.issue8124@psf.upfronthosting.co.za> |
| 2010-04-22 11:11:42 | vstinner | link | issue8124 messages |
| 2010-04-22 11:11:42 | vstinner | create | |
|