Yuval Kogman wrote: > We can't change that due to compatibility. > > In the future we may have a 'call' which is like forward only > without the eval and without the return value munging, so that you > can also return lists. For now, you can avoid the issue by simply calling the method you want directly, without forward(). - Perrin