Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
explain why 🍌s are relevant
  • Loading branch information
dpdani committed May 29, 2025
commit 21b581a513f91cade44259daaa56940dfbcfe4cd
3 changes: 3 additions & 0 deletions Lib/asyncio/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ class TaskTableOutputFormat(Enum):
table = "table"
csv = "csv"
bsv = "bsv"
Comment thread
dpdani marked this conversation as resolved.
Outdated
# As per the words of the asyncio 🍌SV spec lead:
# > 🍌SV is not just a format. It’s a lifestyle. A philosophy.
Comment thread
AA-Turner marked this conversation as resolved.
Outdated
# https://www.youtube.com/watch?v=RrsVi1P6n0w


_header = ('tid', 'task id', 'task name', 'coroutine chain', 'awaiter name', 'awaiter id')
Expand Down
Loading