2011/9/28 victor.stinner <python-check...@python.org>:
> http://hg.python.org/cpython/rev/36fc514de7f0
> changeset:   72512:36fc514de7f0
> user:        Victor Stinner <victor.stin...@haypocalc.com>
> date:        Thu Sep 29 01:12:24 2011 +0200
> summary:
>  Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array
>
> Move other various macros to pymcacro.h
>
> Thanks Rusty Russell for having written these amazing C macros!
>
> files:
>  Include/Python.h          |  19 +--------
>  Include/pymacro.h         |  57 +++++++++++++++++++++++++++

Do we really need a new file? Why not pyport.h where other compiler stuff goes?


-- 
Regards,
Benjamin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to