This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients amaury.forgeotdarc, belopolsky, dmi.baranov, ezio.melotti, meador.inge, techtonik
Date 2013-05-08.08:05:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368000348.61.0.649879351611.issue16396@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-05-08 08:05:48ezio.melottisetrecipients: + ezio.melotti, amaury.forgeotdarc, belopolsky, techtonik, meador.inge, dmi.baranov
2013-05-08 08:05:48ezio.melottisetmessageid: <1368000348.61.0.649879351611.issue16396@psf.upfronthosting.co.za>
2013-05-08 08:05:48ezio.melottilinkissue16396 messages
2013-05-08 08:05:48ezio.melotticreate