STINNER Victor <victor.stin...@haypocalc.com> 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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8124>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to