sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

fix: Replace asyncio.iscoroutinefunction with compatibility shim for Python 3.16

Open Dibbu-cell opened this issue 2 months ago • 7 comments

Description

This PR fixes the deprecation warning for asyncio.iscoroutinefunction that will be removed in Python 3.16. The function was deprecated in Python 3.12 in favor of inspect.iscoroutinefunction.

Issues

  • resolves: #4900

Reminders

Dibbu-cell avatar Oct 10 '25 18:10 Dibbu-cell