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 mark.dickinson, ocean-city
Date 2009-10-28.07:48:49
SpamBayes Score 3.08278e-06
Marked as misclassified No
Message-id <1256716130.99.0.377416567031.issue7228@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks.  I'm just going to fix Modules/io/_iomodule.h for now.  But I 
agree that it might make sense to have a PY_FORMAT_OFF_T or 
PY_FORMAT_LONG_LONG in pyport.h, especially if uses of off_t become more 
widespread in the codebase.

I also notice there are some uses of "%zd" in Modules/io that should be 
replaced with PY_FORMAT_SIZE_T.
History
Date User Action Args
2009-10-28 07:48:51mark.dickinsonsetrecipients: + mark.dickinson, ocean-city
2009-10-28 07:48:50mark.dickinsonsetmessageid: <1256716130.99.0.377416567031.issue7228@psf.upfronthosting.co.za>
2009-10-28 07:48:49mark.dickinsonlinkissue7228 messages
2009-10-28 07:48:49mark.dickinsoncreate