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 vstinner
Recipients pitrou, vstinner
Date 2009-01-21.00:07:35
SpamBayes Score 1.4484452e-07
Marked as misclassified No
Message-id <1232496457.35.0.197408745901.issue5008@psf.upfronthosting.co.za>
In-reply-to
Content
New try (version 3):
 - reuse Py_off_t in fileio_init() instead of long
 - use Python coding style: f.tell() > 0
 - remove the unused forward declaration of portable_lseek()

This patch also prepares a fix for #5016.
History
Date User Action Args
2009-01-21 00:07:37vstinnersetrecipients: + vstinner, pitrou
2009-01-21 00:07:37vstinnersetmessageid: <1232496457.35.0.197408745901.issue5008@psf.upfronthosting.co.za>
2009-01-21 00:07:36vstinnerlinkissue5008 messages
2009-01-21 00:07:36vstinnercreate