Frank Chu <fpm...@gmail.com> added the comment:

Updated with new patch.  I moved the try: except logic in the module
initialization step so I get a global has_poll, similar to the global
mswindows already there.

I now use a try/except/else to be more robust (not needed now since it's
only "has_poll = True", but I think it's better code.

----------
Added file: http://bugs.python.org/file13531/subprocess_with_poll3.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3392>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to