[issue28087] Mac OS X poll syscall returns prematurely

2016-09-11 Thread Ennis Massey
Ennis Massey added the comment: Fixed patch file, now in diff format -- keywords: +patch Added file: http://bugs.python.org/file44572/eintr_tester.diff ___ Python tracker

[issue28087] Mac OS X poll syscall returns prematurely

2016-09-11 Thread Ennis Massey
Changes by Ennis Massey : Removed file: http://bugs.python.org/file44570/eintr_tester.py ___ Python tracker ___

[issue28087] Mac OS X poll syscall returns prematurely

2016-09-11 Thread Ennis Massey
Ennis Massey added the comment: Patch exemplifying a fix for this in the test files -- Added file: http://bugs.python.org/file44570/eintr_tester.py ___ Python tracker

[issue28087] Mac OS X poll syscall returns prematurely

2016-09-11 Thread Ennis Massey
New submission from Ennis Massey: Upon calling the select.poll objects poll method with no file descriptors registered, it will return an empty list immediately, regardless of the timeout given. This is a problem in the Mac OS X kernels implementation of the poll syscall, but the test can be