Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
Bug description:
As discussed in#81322, the change I made in#16429 breaks asyncio.Stream.readuntil when used with iterable buffer-object types other thanbytes (such asbytearray) because they're incorrectly interpreted as an iterable of separators.
I've got a patch ready; I'm just filing this bug to be able to reference it.
CPython versions tested on:
3.13, CPython main branch
Operating systems tested on:
Linux