On 1/23/2014, 4:33 PM, Victor Stinner wrote:
What would be From(x)? A dummy function just returning x?def From(x): return x
In production yes, but I would also suggest that in debug mode it should return a wrapper object, that is checked in your trampoline. And in general, it's a great advice to use 'yield From()' notation, I'd be +1 on this. Yury