[issue1705393] Select() failure (race condition)

2010-12-25 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: -BreamoreBoy stage: unit test needed -> needs patch ___ Python tracker ___ ___ Python-bugs-list m

[issue1705393] Select() failure (race condition)

2010-09-17 Thread Mark Lawrence
Mark Lawrence added the comment: I've changed things in reply to msg85311, feel free to alter things again if you disagree. -- assignee: -> d...@python components: +Documentation -Extension Modules, Library (Lib) nosy: +BreamoreBoy, d...@python versions: +Python 2.7, Python 3.1, Pytho

[issue1705393] Select() failure (race condition)

2009-04-03 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: This older post http://bytes.com/groups/python/786579-python-2-2-1-select describes a similar problem where select() is used on a buffered file object (a pipe to another process) IMO it should be documented that select() does not work so well for objects

[issue1705393] Select() failure (race condition)

2009-03-30 Thread Daniel Diniz
Daniel Diniz added the comment: Cannot verify for trunk. -- components: +Extension Modules nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 -Python 2.5 ___ Python tracker