Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GH-91048: Add utils for printing the call stack for asyncio tasks#133284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
pablogsal merged 33 commits intopython:mainfrompablogsal:GH-91048-tasks
May 4, 2025
Merged
Changes from1 commit
Commits
Show all changes
33 commits
Select commitHold shift + click to select a range
b11469a
GH-91048: Add utils for printing the call stack for asyncio tasks
pablogsalMay 1, 2025
7f800e8
Maybe
pablogsalMay 2, 2025
c5e4efe
Maybe
pablogsalMay 2, 2025
1c982b1
Maybe
pablogsalMay 2, 2025
2d94cde
fix configure
pablogsalMay 2, 2025
0a9a496
fix configure
pablogsalMay 2, 2025
db47ff3
fix configure
mgmacias95May 2, 2025
6f8bd4c
some tests + fixes
mgmacias95May 2, 2025
152b3d7
improve tests
mgmacias95May 2, 2025
955ef27
dsf
pablogsalMay 2, 2025
65aee3c
dsf
pablogsalMay 2, 2025
51e689e
test fixes
pablogsalMay 3, 2025
1d27348
test fixes
pablogsalMay 3, 2025
1d1b0e9
test fixes
pablogsalMay 3, 2025
edad4d1
test fixes
pablogsalMay 3, 2025
199589c
Fix free threading offsets
pablogsalMay 3, 2025
9e87032
Fix free threading offsets AGAIN
pablogsalMay 3, 2025
69e9221
Debugging
pablogsalMay 3, 2025
b6cb609
More tests
pablogsalMay 3, 2025
2dd3452
Add news entry
pablogsalMay 3, 2025
a84a171
Doc fixes
pablogsalMay 3, 2025
0f75edc
Fix doc build
ambvMay 3, 2025
c3a6bcb
Add Yury
ambvMay 3, 2025
5e1cb87
fix: Show independent tasks in the table
mgmacias95May 3, 2025
d92b520
Merge pull request #101 from mgmacias95/GH-91048-tasks
pablogsalMay 3, 2025
af6a8bf
Temporarily skip test_async_global_awaited_by on free-threading
ambvMay 3, 2025
8db5dbe
Drop the `tools`. It's cleaner.
ambvMay 3, 2025
6f8aa6b
Satisfy the linting gods
ambvMay 3, 2025
8d566c6
chore: Refactor
mgmacias95May 4, 2025
977c15a
Merge pull request #103 from mgmacias95/GH-91048-tasks
pablogsalMay 4, 2025
9dbe00d
Doc fixes
pablogsalMay 4, 2025
c56782b
Type fixes
pablogsalMay 4, 2025
293337f
Type fixes
pablogsalMay 4, 2025
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
PrevPrevious commit
NextNext commit
Debugging
  • Loading branch information
@pablogsal
pablogsal committedMay 3, 2025
commit69e9221f54965da54bcfe40c82929f9705ad6ef4
1 change: 1 addition & 0 deletionsLib/test/test_external_inspection.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -517,6 +517,7 @@ async def main():
self.assertEqual(all_awaited_by[1], (0, []))
entries = all_awaited_by[0][1]
# expected: at least 1000 pending tasks
print(entries, file=sys.stderr)
self.assertGreaterEqual(len(entries), 1000)
# the first three tasks stem from the code structure
self.assertIn((ANY, 'Task-1', []), entries)
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp