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 orenti
Recipients
Date 2005-03-29.18:58:42
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch adds signed and unsigned long long support
to the array module. These types are already supported
by the struct module and use the same format characters
(q/Q).

Also corrects a minor bug in PyLong_AsUnsignedLongLong
which reports a BadInternalCall for arguments of
inappropriate type rather than a mere TypeError as
reported by the other conversion functions.
History
Date User Action Args
2007-08-23 15:42:25adminlinkissue1172711 messages
2007-08-23 15:42:25admincreate