This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author donmez
Recipients donmez
Date 2008-05-26.18:26:37
SpamBayes Score 0.00020668852
Marked as misclassified No
Message-id <1211826399.44.0.0384568842407.issue2974@psf.upfronthosting.co.za>
In-reply-to
Content
./python -E -tt -bb ./Lib/test/regrtest.py -l  -uall
[...]
test_subprocess
.
    this bit of output is from a test of stdout in a different process 
...
test test_subprocess failed -- Traceback (most recent call last):
  File "/Users/cartman/Sources/py3k/Lib/test/test_subprocess.py", line 
407, in test_no_leaking
    data = p.communicate("lime")[0]
  File "/Users/cartman/Sources/py3k/Lib/subprocess.py", line 599, in 
communicate
    return self._communicate(input)
  File "/Users/cartman/Sources/py3k/Lib/subprocess.py", line 1086, in 
_communicate
    rlist, wlist, xlist = select.select(read_set, write_set, [])
select.error: (4, 'Interrupted system call')
History
Date User Action Args
2008-05-26 18:26:39donmezsetspambayes_score: 0.000206689 -> 0.00020668852
recipients: + donmez
2008-05-26 18:26:39donmezsetspambayes_score: 0.000206689 -> 0.000206689
messageid: <1211826399.44.0.0384568842407.issue2974@psf.upfronthosting.co.za>
2008-05-26 18:26:38donmezlinkissue2974 messages
2008-05-26 18:26:37donmezcreate