Skip to content

[3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858)#5389

Merged
pitrou merged 2 commits into
python:3.6from
pitrou:backport-059f58c-3.6
Jan 28, 2018
Merged

[3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858)#5389
pitrou merged 2 commits into
python:3.6from
pitrou:backport-059f58c-3.6

Conversation

@pitrou

@pitrou pitrou commented Jan 28, 2018

Copy link
Copy Markdown
Member

Ensure that truncate() preserves the file position (as reported by tell()) after writes longer than the buffer size..
(cherry picked from commit 059f58c)

https://bugs.python.org/issue32228

nitishch and others added 2 commits January 28, 2018 17:41
…GH-4858)

Ensure that ``truncate()`` preserves the file position (as reported by ``tell()``) after writes longer than the buffer size..
(cherry picked from commit 059f58c)
…GH-4858)

Ensure that ``truncate()`` preserves the file position (as reported by ``tell()``) after writes longer than the buffer size..
(cherry picked from commit 059f58c)
@bedevere-bot bedevere-bot added the type-bug An unexpected behavior, bug, or error label Jan 28, 2018
@pitrou pitrou merged commit 1d896ed into python:3.6 Jan 28, 2018
@bedevere-bot

Copy link
Copy Markdown

@pitrou: Please replace # with GH- in the commit message next time. Thanks!

@pitrou pitrou deleted the backport-059f58c-3.6 branch January 28, 2018 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants