[issue28087] macOS 12 poll syscall returns prematurely

2017-05-23 Thread Ennis Massey
Ennis Massey added the comment: Well, the tests worked on macOS 10.12.6 beta, although my school network broke the urllib tests Many Thanks, Ennis Massey ennisbarad...@gmail.com -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.p

[issue28087] macOS 12 poll syscall returns prematurely

2017-05-23 Thread Ennis Massey
Ennis Massey added the comment: Actually, having managed to get macOS to update, it seems to be odd, as it correctly delays. Not sure what’s going on there, or whether it’s my setup. I’ll look into it some more. I’m also thinking of writing/finding a set of tests for core POSIX stuff like

[issue28087] macOS 12 poll syscall returns prematurely

2017-04-04 Thread Ennis Massey
Ennis Massey added the comment: Makes sense it would also fail. They both use the same syscall. Gud job on the backport Sent from my iPhone > On 4/04/2017, at 4:50 AM, STINNER Victor <rep...@bugs.python.org> wrote: > > > STINNER Victor added the comment: > > Ah! Py

[issue28087] macOS 12 poll syscall returns prematurely

2016-09-11 Thread Ennis Massey
Ennis Massey added the comment: Ok, cool Many Thanks, Ennis Massey Wet Ferret Studios <http://wet-ferret-studios.azurewebsites.net/> -- Added file: http://bugs.python.org/file44577/smime.p7s ___ Python tracker <rep...@bugs.python.o

[issue28087] macOS 12 poll syscall returns prematurely

2016-09-11 Thread Ennis Massey
Ennis Massey added the comment: Apple doesn’t allow access to other peoples bug reports, so I couldn’t say whether it’s been reported. Many Thanks, Ennis Massey Wet Ferret Studios <http://wet-ferret-studios.azurewebsites.net/> -- Added file: http://bugs.python.org/file44576/smi

[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 <rep...@bugs.python.org> <http://bugs.python.org/i

[issue28087] Mac OS X poll syscall returns prematurely

2016-09-11 Thread Ennis Massey
Changes by Ennis Massey <ennisbarad...@gmail.com>: Removed file: http://bugs.python.org/file44570/eintr_tester.py ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[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 <rep...@bugs.python.org> <http://bugs.python.org/i

[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