Files
typeshed/stdlib/2and3
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
..
2017-10-25 09:46:25 -07:00
2017-11-13 06:55:43 -08:00
2017-11-09 10:32:17 -08:00
2017-12-13 08:20:47 -08:00