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 techtonik
Recipients techtonik
Date 2012-10-31.17:02:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351702975.6.0.783969996516.issue16376@psf.upfronthosting.co.za>
In-reply-to
Content
Windows BYTE type is unsigned char, but ctypes defines it as signed.

{{{
BYTE	
A byte (8 bits).
This type is declared in WinDef.h as follows:
typedef unsigned char BYTE;
typedef unsigned char BYTE;
}}}
http://msdn.microsoft.com/en-us/library/windows/desktop/aa383751(v=vs.85).aspx

http://hg.python.org/cpython/file/e5f39546989f/Lib/ctypes/wintypes.py#l4
History
Date User Action Args
2012-10-31 17:02:55techtoniksetrecipients: + techtonik
2012-10-31 17:02:55techtoniksetmessageid: <1351702975.6.0.783969996516.issue16376@psf.upfronthosting.co.za>
2012-10-31 17:02:55techtoniklinkissue16376 messages
2012-10-31 17:02:55techtonikcreate