diff options
author | Michael W. Hudson <mwh@python.net> | 2002-03-05 13:58:13 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2002-03-05 13:58:13 (GMT) |
commit | c10d570d050a1de9751c0422f42b96e0c240243d (patch) | |
tree | 5706d7e55308c013bfe7ed64a75399b2447e905c | |
parent | f51017d5f7cd3b733e757edfba91861d9d5e8f1a (diff) | |
download | cpython-c10d570d050a1de9751c0422f42b96e0c240243d.zip cpython-c10d570d050a1de9751c0422f42b96e0c240243d.tar.gz cpython-c10d570d050a1de9751c0422f42b96e0c240243d.tar.bz2 |
backport gvanrossum's checkin of
revision 1.161 of ACKS
SF patch 518765 (Derek Harland): Bug in copy.py when used through
rexec.
When using a restricted environment, imports of copy will fail with an
AttributeError when trying to access types.CodeType.
Bugfix candidate (all the way back to 1.5.3, but at least 2.1.3 and
2.2.1).
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -174,6 +174,7 @@ Milton L. Hankins Stephen Hansen Barry Hantman Lynda Hardman +Derek Harland Jason Harper Gerhard Häring Larry Hastings |