cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-109523: In _io_TextIOWrapper_read_impl skip decoding if bytes are None

Open giosiragusa opened this issue 1 year ago • 5 comments

  • Issue: gh-109523

giosiragusa avatar Jul 14 '24 08:07 giosiragusa

All commit authors signed the Contributor License Agreement.
CLA signed

ghost avatar Jul 14 '24 08:07 ghost

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

bedevere-app[bot] avatar Jul 14 '24 08:07 bedevere-app[bot]

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

bedevere-app[bot] avatar Jul 14 '24 08:07 bedevere-app[bot]

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

bedevere-app[bot] avatar Jul 14 '24 09:07 bedevere-app[bot]

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

bedevere-app[bot] avatar Jul 14 '24 09:07 bedevere-app[bot]

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

bedevere-app[bot] avatar Aug 12 '24 07:08 bedevere-app[bot]

I'm closing this PR because was decide to return BlockingIOError instead than None

giosiragusa avatar Aug 12 '24 07:08 giosiragusa