Ezio Melotti added the comment:

That patch is more a workaround than an actual fix.  Lib/ctypes/wintypes.py 
should either fail with an ImportError or be importable.  For the former it's 
possible to catch the ValueError and turn it into an ImportError, or perhaps 
raise it if some precondition is missing; for the latter, either the creation 
of that signle class is skipped if _type_ 'v' is not supported, or a way to 
define it that works on other platforms too should be found instead.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16396>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to