[Python-Dev] are NULL checks in Objects/abstract.c reallyneeded?
Skip Montanaro
skip@pobox.com
Thu, 13 Mar 2003 15:46:54 -0600
Thu, 13 Mar 2003 15:46:54 -0600
- Previous message: [Python-Dev] are NULL checks in Objects/abstract.c reallyneeded?
- Next message: [Python-Dev] are NULL checks in Objects/abstract.c reallyneeded?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tim> In the release build, Python arranges to #define the preprocessor
Tim> NDEBUG symbol, which in turn causes assert() to expand to nothing
Yeah, I forgot about that. Okay, so the analysis was flawed. You didn't
comment on the --without-null-checks option. ;-)
Skip
- Previous message: [Python-Dev] are NULL checks in Objects/abstract.c reallyneeded?
- Next message: [Python-Dev] are NULL checks in Objects/abstract.c reallyneeded?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]