Message209497
I found this issue while I was trying to understand the issue of pending operations which are not cancelled. The issue #19565 changed the behaviour in the _winapi module, but not in the _overlapped module :-(
New changeset da10196b94f4 by Richard Oudkerk in branch 'default':
Issue #19565: Prevent warnings at shutdown about pending overlapped ops.
http://hg.python.org/cpython/rev/da10196b94f4
We know have two implementations. Which one is the best? I'm trying to understand why Python may crash on Windows with asyncio when the proactor event loop is used. |
|
Date |
User |
Action |
Args |
2014-01-28 01:54:59 | vstinner | set | recipients:
+ vstinner, gvanrossum, pitrou, sbt |
2014-01-28 01:54:59 | vstinner | set | messageid: <1390874099.46.0.884113154325.issue20414@psf.upfronthosting.co.za> |
2014-01-28 01:54:59 | vstinner | link | issue20414 messages |
2014-01-28 01:54:59 | vstinner | create | |
|