New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9617>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to