]> granicus.if.org Git - python/commit
Switch the __import__ state check from using __builtins__ to builtins to be
authorBrett Cannon <bcannon@gmail.com>
Mon, 14 Jun 2010 22:22:54 +0000 (22:22 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 14 Jun 2010 22:22:54 +0000 (22:22 +0000)
commit4507190a1eb9d386c5088b3aab0833b908b90629
tree237123d61422014fa8d73fc60434dd9fcae75914
parent97958cf3f872b95500932da9ac354fac894ce1d2
Switch the __import__ state check from using __builtins__ to builtins to be
nicer to other VMs.

Thanks to Philip Jenvey for the pointer.
Lib/test/regrtest.py