It turns out the fix for the file-descriptor leak was only relevent to
Python 2.6, where asyncore.file_wrapper was changed to dup it's the file-descriptor passed to it. :( Fixed the fix to work withor or not the fd is duped.
Showing
Please register or sign in to comment