[Python-bugs-list] [ python-Bugs-407680 ] obmalloc.c - looks like it's corrupted

nobody nobody@sourceforge.net
Sun, 11 Mar 2001 07:18:39 -0800


Bugs #407680, was updated on 2001-03-11 07:18
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=407680&group_id=5470

Category: Python Interpreter Core
Group: None
Status: Open
Priority: 5
Submitted By: Uwe Zessin
Assigned to: Nobody/Anonymous
Summary: obmalloc.c - looks like it's corrupted

Initial Comment:
It cannot be compiled on OpenVMS with DEC C compiler.
Here is an extract from the file:

/*
 * This malloc lock
 */
SIMPLELOCK_DECL(__malloc_lock);
#define LOCK()         SIMPLELOCK_LOCK(__malloc_lock)
#define UNLOCK()       SIMPLELOCK_UNLOCK(__malloc_lock)


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=407680&group_id=5470