]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't use "exec" in find_class(). It's slow, unnecessary, and (as AMK
authorGuido van Rossum <guido@python.org>
Thu, 25 Mar 1999 21:58:59 +0000 (21:58 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 25 Mar 1999 21:58:59 +0000 (21:58 +0000)
commit397032aa46e82c1891e11cc33121b80a04b3bcc7
treef90b0d28c87a93276dacb8a51d9d8aac7855703c
parent605ebddbeab6fe05908fe4dfb6e1c4b8a9f7deee
Don't use "exec" in find_class().  It's slow, unnecessary, and (as AMK
points out) it doesn't work in JPython Applets.
Lib/pickle.py