From: Victor Stinner Date: Fri, 25 Jul 2014 20:40:12 +0000 (+0200) Subject: (Merge 3.4) asyncio: sync with Tulip X-Git-Tag: v3.5.0a1~1192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19e020c5c713fcf24d66d72f5e599d57e8841360;p=thirdparty%2FPython%2Fcpython.git (Merge 3.4) asyncio: sync with Tulip * Tulip issue #196: IocpProactor._poll() clears the reference to the overlapped operation when the operation is done. It would be better to clear the reference in a new _OverlappedFuture.set_result() method, but it cannot be done yet because of a weird bug. * BaseSelectorEventLoop._write_to_self() now logs errors in debug mode. --- 19e020c5c713fcf24d66d72f5e599d57e8841360