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 mark.dickinson
Recipients loewis, mark.dickinson, pitrou, wiget
Date 2009-10-12.18:16:55
SpamBayes Score 3.772399e-05
Marked as misclassified No
Message-id <1255371417.17.0.784773347111.issue6603@psf.upfronthosting.co.za>
In-reply-to
Content
N.B.  The patch assumes that unsigned int has 32 bits.  This is almost 
certainly true on the platforms of interest, but it might be better to use  
uint64_t and uint32_t throughout the tsc code.  For Python 2.7 and 3.x, 
uint32_t and uint64_t are already detected by the configure script;  for 
2.6, the detection might need to be added.
History
Date User Action Args
2009-10-12 18:16:57mark.dickinsonsetrecipients: + mark.dickinson, loewis, pitrou, wiget
2009-10-12 18:16:57mark.dickinsonsetmessageid: <1255371417.17.0.784773347111.issue6603@psf.upfronthosting.co.za>
2009-10-12 18:16:56mark.dickinsonlinkissue6603 messages
2009-10-12 18:16:55mark.dickinsoncreate