Antoine Pitrou <pit...@free.fr> added the comment: > A few questions / clarifications: > > is errno.EMFILE portable? will that errno test work on both posix and > windows?
It does (tested under Linux and a Win64 VM). > should the is_resource_enabled('subprocess') stuff be preserved (why was it > there to begin with? because the old test took so long?) I guess the latter: the test was so long, especially on slow machines, that it was only enabled selectively. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9895> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com