[Patches] [ python-Patches-419070 ] Fix #416670: register SRE types

noreply@sourceforge.net noreply@sourceforge.net
Thu, 26 Apr 2001 00:59:22 -0700


Patches item #419070, was updated on 2001-04-26 00:59
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=419070&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix #416670: register SRE types

Initial Comment:
This patch registers the three SRE types in the copy
module as immutable, atomic types. This is not
completely correct, since pattern.groupindex is a
mutable object (a dictionary). Since nobody *should*
change that dictionary, treating it as immutable is
sufficient.

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

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