Author theller
Recipients
Date 2007-04-20.18:55:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This works as designed.  ctypes intentionally does no overflow checking when using the c_int, c_uint, and related integer types.  Instead, only the available bits are used - just as in C.

Closing as invalid (sorry).
History
Date User Action Args
2007-08-23 14:53:13adminlinkissue1703952 messages
2007-08-23 14:53:13admincreate