Skip to content

Commit efce4b3

Browse files
fix test
1 parent 836d254 commit efce4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_asyncio/test_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2668,7 +2668,7 @@ class CTaskSubclass_PyFuture_Tests(BaseTaskTests, test_utils.TestCase):
26682668

26692669
Task = getattr(tasks, '_CTask', None)
26702670
Future = futures._PyFuture
2671-
all_tasks = getattr(tasks, '_py_all_tasks', None)
2671+
all_tasks = getattr(tasks, '_c_all_tasks', None)
26722672

26732673

26742674
@unittest.skipUnless(hasattr(futures, '_CFuture'),

0 commit comments

Comments
 (0)