commit | 1dca482dbdd42fc9a81cab1ae2f04471511c338d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Feb 07 17:53:23 2003 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Feb 07 17:53:23 2003 +0000 |
tree | e2e900469c60acd0816a18967ce38970624c4384 | |
parent | c06e3acc735a6e9cf28d0f511493bcfd8829117d [diff] |
Somehow, copy() of a classic class object was handled atomically, but deepcopy() didn't support this at all. I don't see any reason for this, so I'm adding ClassType to the set of types that are deep-copied atomically.