Partially revert 0ab24de56 to fix python-pkg (#339)
Partially revert 0ab24de56 to fix python-pkg (#339)
Same issue on Gentoo. According to the commit (0ab24de56) it was removed to fix #294, but the discussion there doesn't explain the reason. And even worse, none of the patches from the discussion contains the removal.
Partially revert 0ab24de56 to fix python-pkg (#339)
Fix async python bidings when socket deconnection occurs
python-pkg: test: if the connection is lost while using sync code, a ConnectionResetError should be raised
python-pkg: test: async iterator should stop if an exception occurs in the select loop
python-pkg: prepare for multiple async code test cases