This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kbob_ru
Recipients
Date 2006-01-23.14:07:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content

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!
History
Date User Action Args
2007-08-23 14:37:24adminlinkissue1412837 messages
2007-08-23 14:37:24admincreate