[Python-Dev] [Python-checkins] cpython: Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Sat Oct 1 14:52:03 CEST 2011
- Next message: [Python-Dev] [Python-checkins] cpython: =?utf-8?q?Enhance=09Py=5FARRAY=5FLENGTH?=(): fail at build time if the argument is not an array
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Do we really need a new file? Why not pyport.h where other compiler stuff goes? I'm not sure that pyport.h is the right place to add PyMIN, PyMAX, PyARRAYLENGTH. pyport.h looks to be related to all things specific to the platform like INTMAX, PyVACOPY, ... pymacro.h contains platform independant macros.
I'm -1 on additional header files as well. If no other reasonable place is found, Python.h is still available.
Regards, Martin
- Next message: [Python-Dev] [Python-checkins] cpython: =?utf-8?q?Enhance=09Py=5FARRAY=5FLENGTH?=(): fail at build time if the argument is not an array
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]