Bugs item #1412837, was opened at 2006-01-23 06:07
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1412837&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: kbob_ru (kbob_ru)
>Assigned to: Neal Norwitz (nnorwitz)
Summary: __self - Watcom compiler reserved word

Initial Comment:


in Object/cobject.c there is new function 

        int PyCObject_SetVoidPtr(PyObject *_self, void 
*cobj)
        Here _self is local variable name, but in 
Watcom compiler __self is reserved word means self-
based pointer. 
        When I replase _self with something else 
(_myself for example), it works fine!

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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2006-01-23 22:08

Message:
Logged In: YES 
user_id=33168

Committed revision 42167.
Committed revision 42168. (2.4)


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1412837&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to