]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39764: Make Task.get_stack accept ag_frame (GH-18669)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Mar 2020 13:03:51 +0000 (05:03 -0800)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2020 13:03:50 +0000 (05:03 -0800)
commit43932dc1eaf36d75b2ee0420d8be747001315c26
tree2a830592594f021120056cb5daf0667f5a1bb42e
parentf28b0c74e54a133cb0287b4297af67d0d7c14d6e
bpo-39764: Make Task.get_stack accept ag_frame (GH-18669)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
(cherry picked from commit 4482337decdbd0c6e2150346a68b3616bda664aa)

Co-authored-by: Lidi Zheng <scallopsky@gmail.com>
Lib/asyncio/base_tasks.py
Lib/test/test_asyncgen.py
Misc/NEWS.d/next/Library/2020-02-27-18-21-07.bpo-39764.wqPk68.rst [new file with mode: 0644]