Add support for PyPy! Who else is surprised by this?
Add alternative method for getting the inner scope. Select with `method="trace"` in `scoped_func`. This may be useful when the default method fails for some reason. Generally, though, the default method (`method="bytecode"`) is still preferred. The "trace" method uses `sys.settrace`, so it will be slow and may cause havoc if there is another tracer (such as when debugging).