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 <[email protected]>
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: <[email protected]>
2009-01-21 00:07:36vstinnerlinkissue5008 messages
2009-01-21 00:07:36vstinnercreate