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 fil
Recipients fil
Date 2013-12-06.02:07:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386295654.39.0.271762839295.issue19905@psf.upfronthosting.co.za>
In-reply-to
Content
This depends on struct issue #19904, and involves adding the following types:

c_int128
c_uint128
c_int256 (maybe?)
c_uint256
c_int512 (too much?)
c_uint512

After resolution of the struct issue, this implementation will become clearer.
History
Date User Action Args
2013-12-06 02:07:34filsetrecipients: + fil
2013-12-06 02:07:34filsetmessageid: <1386295654.39.0.271762839295.issue19905@psf.upfronthosting.co.za>
2013-12-06 02:07:34fillinkissue19905 messages
2013-12-06 02:07:34filcreate