Issue419070
Created on 2001年04月26日 07:59 by loewis, last changed 2022年04月10日 16:04 by admin. This issue is now closed.
| Files |
| File name |
Uploaded |
Description |
Edit |
|
copy.patch
|
loewis,
2001年04月26日 07:59
|
|
test_copy.py
|
loewis,
2001年04月26日 08:00
|
| Messages (2) |
|
msg36458 - (view) |
Author: Martin v. Löwis (loewis) * (Python committer) |
Date: 2001年04月26日 07:59 |
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.
|
|
msg36459 - (view) |
Author: Fredrik Lundh (effbot) * (Python committer) |
Date: 2001年10月18日 18:40 |
Logged In: YES
user_id=38376
SRE has (almost) grown __copy__ and __deepcopy__
hooks instead. Just need to write some test code
before enabling it.
</F>
|