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 Devin Jeanpierre
Recipients Devin Jeanpierre, mark.dickinson, skrah, vstinner
Date 2013-05-01.16:37:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367426274.64.0.440055325478.issue17884@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know what context these types are being used in, but would int_least64_t suffice? C99 does require the existence of the [u]int_leastN_t types (for N in {8,16,32,64}), unlike [u]intN_t.
History
Date User Action Args
2013-05-01 16:37:54Devin Jeanpierresetrecipients: + Devin Jeanpierre, mark.dickinson, vstinner, skrah
2013-05-01 16:37:54Devin Jeanpierresetmessageid: <1367426274.64.0.440055325478.issue17884@psf.upfronthosting.co.za>
2013-05-01 16:37:54Devin Jeanpierrelinkissue17884 messages
2013-05-01 16:37:54Devin Jeanpierrecreate