]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Allow code objects to be passed to run() and eval().
authorGuido van Rossum <guido@python.org>
Tue, 15 Oct 1996 14:40:21 +0000 (14:40 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Oct 1996 14:40:21 +0000 (14:40 +0000)
commit4808dcb5645d88f185c22a4fdff489dc8816240c
tree0e54e8471dc8d803ab75637bc6077c4ad0182a11
parent7e42caba018e86cb658b6d445d7614532e5ed192
Allow code objects to be passed to run() and eval().
Lib/bdb.py