[Python-Dev] [Python-checkins] r84391 - in python/branches/py3k: Include/abstract.h Misc/NEWS Objects/abstract.c Objects/memoryobject.c

Nick Coghlan ncoghlan at gmail.com
Wed Sep 1 23:42:34 CEST 2010


On Wed, Sep 1, 2010 at 10:58 PM, antoine.pitrou
<python-checkins at python.org> wrote:
> Modified: python/branches/py3k/Misc/NEWS
> ==============================================================================
> --- python/branches/py3k/Misc/NEWS      (original)
> +++ python/branches/py3k/Misc/NEWS      Wed Sep  1 14:58:21 2010
> @@ -354,6 +354,9 @@
>  Build
>  -----
>
> +- Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become
> +  _Py_add_one_to_C() and _Py_add_one_to_F(), respectively.
> +

Minor point: the names are actually *_index_C and *_index_F. (the
patch is right, just NEWS and the checkin comment are off)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list