Georg Brandl <ge...@python.org> added the comment:

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.

----------
nosy: +georg.brandl

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10882>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to