[Python-Dev] Pep 353: Py_ssize_t advice (original) (raw)
David Abrahams dave at boost-consulting.com
Sat Sep 23 15:14:24 CEST 2006
- Previous message: [Python-Dev] Pep 353: Py_ssize_t advice
- Next message: [Python-Dev] Pep 353: Py_ssize_t advice
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Martin v. Löwis" <martin at v.loewis.de> writes:
c. anyway you'll get a nasty warning, which for some people will be just as bad as an error Try for yourself. You get the warning only if the redefinition is not identical to the original definition (or an object-like macro is redefined as a function-like macro or vice versa).
I'm confident that whether you get the warning otherwise is dependent both on the compiler and the compiler-flags you use.
But this question is academic now, I think, since you accepted my suggestion.
Dave Abrahams Boost Consulting www.boost-consulting.com
- Previous message: [Python-Dev] Pep 353: Py_ssize_t advice
- Next message: [Python-Dev] Pep 353: Py_ssize_t advice
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]