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 meador.inge
Recipients amaury.forgeotdarc, belopolsky, benjamin.peterson, christian.heimes, dmi.baranov, ezio.melotti, jaraco, meador.inge, techtonik
Date 2013-08-22.21:54:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377208485.8.0.721778072329.issue16396@psf.upfronthosting.co.za>
In-reply-to
Content
Using 'ctypes.wintypes' on non-Windows systems is most likely a bad idea.  Most of the types are defined in terms of the types for the target that the interpreter is built for.  Comparing serializations thereof in a cross platform manner doesn't make sense for a lot of cases.  

I really think it is only useful for Windows platforms and allowing it to silently import is misleading.
History
Date User Action Args
2013-08-22 21:54:45meador.ingesetrecipients: + meador.inge, amaury.forgeotdarc, jaraco, belopolsky, techtonik, christian.heimes, benjamin.peterson, ezio.melotti, dmi.baranov
2013-08-22 21:54:45meador.ingesetmessageid: <1377208485.8.0.721778072329.issue16396@psf.upfronthosting.co.za>
2013-08-22 21:54:45meador.ingelinkissue16396 messages
2013-08-22 21:54:45meador.ingecreate