[issue20585] urllib2 unrelease KQUEUE on Mac OSX 10.9+

2014-02-11 Thread Andrew Gross
Andrew Gross added the comment: Thanks, the workaround fixes my issue. -- ___ Python tracker <http://bugs.python.org/issue20585> ___ ___ Python-bugs-list mailin

[issue20585] urllib2 unrelease KQUEUE on Mac OSX 10.9+

2014-02-10 Thread Andrew Gross
Andrew Gross added the comment: For some additional context on how I came across this bug, check out https://github.com/coderanger/pychef/issues/29 -- ___ Python tracker <http://bugs.python.org/issue20

[issue20585] urllib2 unrelease KQUEUE on Mac OSX 10.9+

2014-02-10 Thread Andrew Gross
New submission from Andrew Gross: In the latest OSX, 10.9, it looks like there have been some security changes related to inheriting file descriptors from parent to child processes. While in the past it would allow you to inherit the parents open FDs, now it will kill the process. It looks