Closed slyon closed 10 months ago
This warning should probably be visible in #76
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
c56c68b
) 94.84% compared to head (85893fb
) 94.51%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Whoops. Already done this with a bunch of other changes.
Using the old signature to
throw()
, Python3.12 will complain with the following DeprecationWarning:FAILED tests/test_async_py3.py::test_func_10[normal-cext] - DeprecationWarning: the (type, exc, tb) signature of throw() is deprecated, use the single-arg signature instead.
See: https://docs.python.org/3/reference/expressions.html#generator.throw