[issue9617] Buffered IO shouldn't ignore incoming signals during a partial write
Antoine Pitrou
report at bugs.python.org
Sun Aug 15 23:28:29 CEST 2010
New submission from Antoine Pitrou <pitrou at free.fr>:
Prompted by Martin in #9611, here is a patch fixing the new buffered IO layer so that an incoming signal during a successful partial write() doesn't get ignored. Tests included.
----------
components: IO
files: sigbufio.patch
keywords: patch
messages: 114012
nosy: exarkun, loewis, pitrou, rnk
priority: normal
severity: normal
stage: patch review
status: open
title: Buffered IO shouldn't ignore incoming signals during a partial write
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file18540/sigbufio.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9617>
_______________________________________
More information about the Python-bugs-list
mailing list