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 rhettinger
Recipients
Date 2007-01-11.00:49:57
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
My proposed solution:

- if(!PyArg_NoKeywords("set()", kwds)
+ if(type == &PySet_Type && !PyArg_NoKeywords("set()", kwds)
History
Date User Action Args
2007-08-23 14:39:59adminlinkissue1486663 messages
2007-08-23 14:39:59admincreate