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

SourceForge.net noreply at sourceforge.net
Tue Feb 20 00:04:20 CET 2007


Patches item #1491939, was opened at 2006-05-20 03:17
Message generated for change (Settings changed) made by zseil
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: Core (C code)
Group: None
>Status: Closed
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Žiga Seilnacht (zseil)
Assigned to: Raymond Hettinger (rhettinger)
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.

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

Comment By: Georg Brandl (gbrandl)
Date: 2006-05-29 23:07

Message:
Logged In: YES 
user_id=849994

Raymond, please check.

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

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