Skip to content

refactor: remove deprecated asyncio.iscoroutinefunction#599

Merged
rapids-bot[bot] merged 1 commit intorapidsai:mainfrom
gforsyth:fix_deprecated_coroutine_func
Feb 27, 2026
Merged

refactor: remove deprecated asyncio.iscoroutinefunction#599
rapids-bot[bot] merged 1 commit intorapidsai:mainfrom
gforsyth:fix_deprecated_coroutine_func

Conversation

@gforsyth
Copy link
Copy Markdown
Contributor

@gforsyth gforsyth commented Feb 27, 2026

Deprecated in 3.14 asyncio.iscoroutinefunction is getting promoted to an error in the dask-cuda test suite and causing LocalCUDACluster to fail to start.

inspect.iscoroutinefunction has been around since 3.5 and is the recommended switch.

xref rapidsai/dask-cuda#1629

@gforsyth gforsyth requested a review from a team as a code owner February 27, 2026 15:31
@gforsyth gforsyth added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Feb 27, 2026
@gforsyth
Copy link
Copy Markdown
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 41608f8 into rapidsai:main Feb 27, 2026
84 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants