[Python-Dev] Activating pymalloc (original) (raw)
Tim Peters tim.one@comcast.net
Fri, 15 Mar 2002 02:27:59 -0500
- Previous message: [Python-Dev] Activating pymalloc
- Next message: [Python-Dev] Activating pymalloc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[Neal Norwitz]
... Part of the problem was the code in Modules/sre.h:16: /* size of a code word (must be unsigned short or larger, and large enough to hold a PyUNICODE character) */ #ifdef PyUNICODEWIDE #define SRECODE unsigned long #else #define SRECODE unsigned short #endif
#define SRECODE unsigned short
That code is nuts. Open a bug report and assign it to effbot.
Notice SRECODE is always set to unsigned short. I don't know what is correct.
That's why you should open a bug report and assign it to effbot .
I can re-run purify. Although, I have a crappy beta, so I don't know if it will be useful or not.
It didn't look useful last time (the UMRs you reported then were in the bowels of your platform's libc, with oodles of "unknown func" lines above the bowels); if that's the best it can do, don't bother.
- Previous message: [Python-Dev] Activating pymalloc
- Next message: [Python-Dev] Activating pymalloc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]