brownplt / lambda-py

Other
58 stars 10 forks source link

builtin identifiers used internally are dynamically scoped #44

Closed amtriathlon closed 11 years ago

amtriathlon commented 11 years ago

Here is the simplest test that I could devise to illustrate this point using class names:

# Simple test of builtin scope
int = bool
___assertEqual(str(5), "5")