[issue20414] Python 3.4 has two Overlapped types

Martin v. Löwis report at bugs.python.org
Sun Feb 16 19:12:07 CET 2014


Martin v. Löwis added the comment:

I fail to see the relevant difference between overlapped_dealloc.patch and overlapped_dealloc-2.patch. What I was asking was that

   default:

be replaced with

  case ERROR_IO_INCOMPLETE:

and a new

  default:

be added that handles all other errors.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20414>
_______________________________________


More information about the Python-bugs-list mailing list