Open
Description
BPO | 46892 |
---|---|
Nosy | @gvanrossum, @DinoV, @asvetlov, @1st1, @kumaraditya303, @itamaro, @mpage |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2022-03-01.22:13:38.844>
labels = ['interpreter-core', '3.11', 'type-feature', 'expert-asyncio']
title = 'Async Call-Stack Reconstruction'
updated_at = <Date 2022-03-12.09:30:23.838>
user = 'https://github.com/mpage'
bugs.python.org fields:
activity = <Date 2022-03-12.09:30:23.838>
actor = 'asvetlov'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core', 'asyncio']
creation = <Date 2022-03-01.22:13:38.844>
creator = 'mpage'
dependencies = []
files = []
hgrepos = []
issue_num = 46892
keywords = []
message_count = 5.0
messages = ['414301', '414884', '414930', '414948', '414985']
nosy_count = 7.0
nosy_names = ['gvanrossum', 'dino.viehland', 'asvetlov', 'yselivanov', 'kumaraditya', 'itamaro', 'mpage']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue46892'
versions = ['Python 3.11']
Linked PRs
- gh-91048: Add support for reconstructing async call stacks #103976
- GH-91048: Add utils for capturing async call stack for asyncio programs and enable profiling #124640
- GH-91048: Don't attempt to run on FreeBSD #129189
- gh-91048: Also clear and set ts->asyncio_running_task with eager tasks #129197
- gh-91048: Improve example in
asyncio-graph.rst
doc #129224 - gh-91048: fix thread safety for asyncio stack introspection APIs #129399
- GH-91048: Correct error path in testexternalinspection #129557
- gh-91048: fix
_asyncio.future_discard_from_awaited_by
#129731 - gh-91048: Add ability to list all pending asyncio tasks in a process remotely #132807
- gh-91048: Refactor _testexternalinspection and add Windows support #132852
- gh-91048: Fix _testexternalinspection.c on FreeBSD #132945
- gh-91048: Prevent optimizing away the asyncio debug offsets structure on Windows #132963
- gh-91048: Chain some exceptions in _testexternalinspection.c #132970
- GH-91048: Add utils for printing the call stack for asyncio tasks #133284
- gh-133141: Relax test_async_global_awaited_by to fix flakyness #133368
- gh-91048: Add filename and line number to external inspection routines #133385
- GH-91048: Minor fixes for
_remotedebugging
& rename to_remote_debugging
#133398 - gh-91048: Add filename:line_no information to
asyncio pstree
#133478
Metadata
Metadata
Assignees
Projects
Status
Todo