]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't die if CodeType doesn't exist -- ignore the error. This could
authorGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 21:37:02 +0000 (21:37 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 21:37:02 +0000 (21:37 +0000)
commit2fff84d892da63ce3b67132b33a528d6035e417a
tree98cc1c16962d25dc9c69b0e6e689a54480706997
parent7999bfb2357f4dd97555b0b85605f115923faa5d
Don't die if CodeType doesn't exist -- ignore the error.  This could
happen in restricted mode.
Lib/copy.py