diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-07-25 20:40:12 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-07-25 20:40:12 (GMT) |
commit | 19e020c5c713fcf24d66d72f5e599d57e8841360 (patch) | |
tree | 2373e45b49a13367def4bc4d530e8c83d100fa6a /Misc | |
parent | 465e60e654732b3a0b726d1fd82950fc982fcba2 (diff) | |
parent | 65dd69a3da16257bd86b92900e5ec5a8dd26f1d9 (diff) | |
download | cpython-19e020c5c713fcf24d66d72f5e599d57e8841360.zip cpython-19e020c5c713fcf24d66d72f5e599d57e8841360.tar.gz cpython-19e020c5c713fcf24d66d72f5e599d57e8841360.tar.bz2 |
(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.
Diffstat (limited to 'Misc')
0 files changed, 0 insertions, 0 deletions