try: data = doManyFancyThingsWith(yield asyncResult()) print 'Parsed data:', data except: print 'Oh no, something went wrong!'