[Python-Dev] are NULL checks in Objects/abstract.c reallyneeded?

Skip Montanaro skip@pobox.com
Thu, 13 Mar 2003 15:46:54 -0600


    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