STINNER Victor <[email protected]> added the comment: Attached patch fixes this issue: PyFile_WriteObject() doesn't call PyObject_Str() to avoid PyErr_CheckSignals(). I'm not sure that it's the right approch because it may change the behaviour of existing code when getting a signal.
---------- keywords: +patch Added file: http://bugs.python.org/file17044/pyfile_writeobject_nosignal.patch _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue8124> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
