From 4742e2addde341e2834d31fdb04a0bf1fc02ad9f Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Tue, 26 Apr 2022 17:20:02 +0100 Subject: [PATCH] mitogen.fakessh: Fix socket AttributeError on Python 2.x > the method only exists in python3. It should be pretty easy to fix because the call isn't necessary in python2 (descriptors are inherited by default there). -- https://github.com/mitogen-hq/mitogen/pull/683#issuecomment-774690069 Co-authored-by: Ryan Ofsky