You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: restructure resumption test so 3.11 traces every line
The previous attempt cancelled only the child task, but ClientSession and
streamable_http_client both cancel internal task groups in __aexit__, so
the comma-form unwind still tripped 3.11's tracer dead-zone. Hoist the
phase-1 assertions and header setup inside the block before cancelling,
and split fail_after into two phases so no sync statements sit between
the cancel-on-exit unwind and the next await.
0 commit comments