Skip to content

Commit 69e9221

Browse files
committed
Debugging
1 parent 9e87032 commit 69e9221

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_external_inspection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ async def main():
517517
self.assertEqual(all_awaited_by[1], (0, []))
518518
entries = all_awaited_by[0][1]
519519
# expected: at least 1000 pending tasks
520+
print(entries, file=sys.stderr)
520521
self.assertGreaterEqual(len(entries), 1000)
521522
# the first three tasks stem from the code structure
522523
self.assertIn((ANY, 'Task-1', []), entries)

0 commit comments

Comments
 (0)