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 loewis
Recipients loewis, saa
Date 2008-12-17.09:07:07
SpamBayes Score 0.0012795507
Marked as misclassified No
Message-id <1229504830.07.0.282958248519.issue4681@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think fpos_t is a suitable type here. It isn't guaranteed to be
an integral type, and, on many systems, it isn't integral. So you can't
convert int to it, and you can't do arithmetic on it.
History
Date User Action Args
2008-12-17 09:07:10loewissetrecipients: + loewis, saa
2008-12-17 09:07:10loewissetmessageid: <1229504830.07.0.282958248519.issue4681@psf.upfronthosting.co.za>
2008-12-17 09:07:08loewislinkissue4681 messages
2008-12-17 09:07:08loewiscreate