Bugs item #1412837, was opened at 2006-01-23 21:07 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None Priority: 5 Submitted By: kbob_ru (kbob_ru) Assigned to: Nobody/Anonymous (nobody) 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! ---------------------------------------------------------------------- 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