Skip to content

[3.6] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)#7427

Merged
miss-islington merged 1 commit into
python:3.6from
miss-islington:backport-e9e3976-3.6
Jun 5, 2018
Merged

[3.6] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)#7427
miss-islington merged 1 commit into
python:3.6from
miss-islington:backport-e9e3976-3.6

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Jun 5, 2018

Raise TypeError instead of SystemError for unsupported operations.
(cherry picked from commit e9e3976)

Co-authored-by: Zackery Spytz zspytz@gmail.com

https://bugs.python.org/issue33767

…onGH-7381)

Raise TypeError instead of SystemError for unsupported operations.
(cherry picked from commit e9e3976)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@ZackerySpytz and @serhiy-storchaka: Backport status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit ae55d29 into python:3.6 Jun 5, 2018
@miss-islington
Copy link
Copy Markdown
Contributor Author

Thanks!

@miss-islington miss-islington deleted the backport-e9e3976-3.6 branch June 5, 2018 13:25
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.

5 participants