>>>>> "Alberto" == Alberto Berti <alberto at metapensiero.it> writes: Alberto> async external_coro(): # this is the calling context, which is a coro Alberto> async with transction.begin(): Alberto> o = MyObject Alberto> # maybe other stuff ops... here it is "o = MyObject()" ;-)