]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport gvanrossum's checkin of
authorMichael W. Hudson <mwh@python.net>
Tue, 5 Mar 2002 13:58:13 +0000 (13:58 +0000)
committerMichael W. Hudson <mwh@python.net>
Tue, 5 Mar 2002 13:58:13 +0000 (13:58 +0000)
commitc10d570d050a1de9751c0422f42b96e0c240243d
tree5706d7e55308c013bfe7ed64a75399b2447e905c
parentf51017d5f7cd3b733e757edfba91861d9d5e8f1a
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).
Misc/ACKS