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 zseil
Recipients
Date 2006-05-20.01:17:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
set and deque check that they are not called with
keyword arguments in their tp_new method, although
they are mutable. This makes them harder to subclass.
See the bug report for more details.

Patch contains tests and fixes for both of them.
History
Date User Action Args
2007-08-23 15:48:59adminlinkissue1491939 messages
2007-08-23 15:48:59admincreate