[issue24867] Asyncio get_frame fails with native coroutines

2015-08-14 Thread David Griffin
New submission from David Griffin: I've been playing around with native coroutines and asyncio, and came across an issue with retrieving exceptions from tasks: The get_frame method on a Task in asyncio fails with an AttibuteError because it assumes that gi_frame as the attribute containing

[issue24867] Asyncio Task.get_stack fails with native coroutines

2015-08-14 Thread David Griffin
David Griffin added the comment: It should be noted that when I said get_frame in the original comment, I actually meant get_stack -- title: Asyncio get_frame fails with native coroutines - Asyncio Task.get_stack fails with native coroutines