[issue20414] Python 3.4 has two Overlapped types

STINNER Victor report at bugs.python.org
Tue Jan 28 02:51:53 CET 2014


New submission from STINNER Victor:

Python 3.3 has _winapi.Overlapped. Python 3.4 _winapi.Overlapped but also _overlapped.Overlapped. Why do we have two implementations?

Most code looks to be duplicated.

----------
components: Windows
messages: 209496
nosy: gvanrossum, haypo, pitrou, sbt
priority: normal
severity: normal
status: open
title: Python 3.4 has two Overlapped types
versions: Python 3.4

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


More information about the Python-bugs-list mailing list