This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amit7itz
Recipients amit7itz, asvetlov, yselivanov
Date 2019-12-16.09:51:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576489918.95.0.196774987509.issue39060@roundup.psfhosted.org>
In-reply-to
Content
Hi!
I think I found some issue in the "print_stack()" function of asyncio.Task.
When I try to print the stack of some task, I only see the first few lines of the stack. 
Attached an example file, that contains a recursive function that after 10 calls prints the stack of the task. 
You can see that the stack that it prints only shows the first call of the recursive function, although you would expect to see it 10 times.

Tested on python3.7 and 3.8 on both MacOS and CentOS, the result is the same. 

Your help will be appreciated very much! :)
History
Date User Action Args
2019-12-16 09:51:59amit7itzsetrecipients: + amit7itz, asvetlov, yselivanov
2019-12-16 09:51:58amit7itzsetmessageid: <1576489918.95.0.196774987509.issue39060@roundup.psfhosted.org>
2019-12-16 09:51:58amit7itzlinkissue39060 messages
2019-12-16 09:51:58amit7itzcreate