[issue1705393] Select() failure (race condition)

2010-12-25 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: -BreamoreBoy stage: unit test needed - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1705393 ___

[issue1705393] Select() failure (race condition)

2010-09-17 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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

[issue1705393] Select() failure (race condition)

2009-04-03 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com 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

[issue1705393] Select() failure (race condition)

2009-03-30 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com 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 rep...@bugs.python.org