Files
typeshed/stdlib
Michael J. Sullivan df55343e60 Fix some more ctypes issues (#2009)
* Make {C,WIN,PY}FUNCTYPE's restype argument optional (for void returns)
 * Make WinError return WindowsError
 * Don't have Array explicitly inherit from Sized
   (since inheriting from classes with different metaclasses causes problems, 
    and it is a protocol anyways)
 * Have Array.__iter__ properly return an Iterator instead of an Iterable
2018-03-30 18:03:52 -07:00
..
2018-03-28 18:40:13 -07:00
2018-03-30 18:03:52 -07:00
2018-03-28 21:28:27 -07:00
2017-03-20 20:07:58 -07:00