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 georg.brandl
Recipients anacrolix, georg.brandl, giampaolo.rodola, loewis, pitrou, rosslagerwall
Date 2011-02-25.15:24:26
SpamBayes Score 1.4376003e-06
Marked as misclassified No
Message-id <1298647467.71.0.185814773467.issue10882@psf.upfronthosting.co.za>
In-reply-to
Content
Three comments:

* When changing configure.in, you also should regenerate configure.  (Now done in r88584).

* PyParse_off_t is a bad name for this function.  It is not a new C API, so it should be static, and therefore there is no need for the Py prefix.
Changed this to _parse_off_t in r88585.

* The whitespace cleanup should have been committed separately.
History
Date User Action Args
2011-02-25 15:24:27georg.brandlsetrecipients: + georg.brandl, loewis, pitrou, giampaolo.rodola, anacrolix, rosslagerwall
2011-02-25 15:24:27georg.brandlsetmessageid: <1298647467.71.0.185814773467.issue10882@psf.upfronthosting.co.za>
2011-02-25 15:24:27georg.brandllinkissue10882 messages
2011-02-25 15:24:26georg.brandlcreate