Author illume
Recipients
Date 2006-07-03.23:46:47
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=2042

Sorry... the last post was wrong.

This is the working one:

#define Py_INCREF(op) (			        \
        (assert((op) != NULL)) ,  	        \
        _Py_INC_REFTOTAL  _Py_REF_DEBUG_COMMA	\
        (op)->ob_refcnt++)                      
History
Date User Action Args
2007-08-23 14:40:50adminlinkissue1512695 messages
2007-08-23 14:40:50admincreate