Author belopolsky
Recipients
Date 2006-06-29.18:07:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=835142

I did not think of the that case.

It looks like there is no easy way to distinguish the slots
and no slots case in PyObject_GenericSetAttr.

I think the proper fix will involve not filling tp_setattro
with PyObject_GenericSetAttr in the presence of slots, but
use a function that is optimized for that case.

Can anyone suggest a simpler fix?
History
Date User Action Args
2007-08-23 15:53:07adminlinkissue1512942 messages
2007-08-23 15:53:07admincreate