]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Properly test the various builtins lookup cases in inspect.getclosurevars
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 23 Jun 2012 10:07:39 +0000 (20:07 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 23 Jun 2012 10:07:39 +0000 (20:07 +1000)
commit6c6e2545cb6904f78754d799d4cfb180f7a626d9
treec215a68f9c5b75c062b790115f17380b2de6a8c1
parentfb8dac76328db47535ca121836aaf5553d2cddc1
Properly test the various builtins lookup cases in inspect.getclosurevars
Lib/test/test_inspect.py