[Patches] [ python-Patches-1491939 ] Fix for bug #1486663 mutable types check kwargs in tp_new

SourceForge.net noreply at sourceforge.net
Sat May 20 03:17:33 CEST 2006


Patches item #1491939, was opened at 2006-05-20 03:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1491939&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: Žiga Seilnacht (zseil)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix for bug #1486663 mutable types check kwargs in tp_new

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1491939&group_id=5470


More information about the Patches mailing list