[issue9895] Speed up test_subprocess
Gregory P. Smith
report at bugs.python.org
Sat Sep 18 23:12:46 CEST 2010
Gregory P. Smith <greg at krypto.org> added the comment:
Overall I like the approach.
A few questions / clarifications:
is errno.EMFILE portable? will that errno test work on both posix and
windows?
should the is_resource_enabled('subprocess') stuff be preserved (why was it
there to begin with? because the old test took so long?)
----------
Added file: http://bugs.python.org/file18923/unnamed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9895>
_______________________________________
-------------- next part --------------
Overall I like the approach.<div><br>A few questions / clarifications:</div><div><br></div><div>Â is errno.EMFILE portable? Â will that errno test work on both posix and windows?</div><div><br></div><div>Â should the is_resource_enabled('subprocess') stuff be preserved (why was it there to begin with? because the old test took so long?)</div>
<div><br></div><meta charset="utf-8">
More information about the Python-bugs-list
mailing list