Skip to content

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

Merged
serhiy-storchaka merged 1 commit into
python:2.7from
serhiy-storchaka:backport-e9e3976-2.7
Jun 5, 2018
Merged

[2.7] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)#7432
serhiy-storchaka merged 1 commit into
python:2.7from
serhiy-storchaka:backport-e9e3976-2.7

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Jun 5, 2018

Copy link
Copy Markdown
Member

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

…pythonGH-7381)

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

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@serhiy-storchaka serhiy-storchaka added the type-bug An unexpected behavior, bug, or error label Jun 5, 2018
@bedevere-bot bedevere-bot added type-bug An unexpected behavior, bug, or error awaiting merge labels Jun 5, 2018
@serhiy-storchaka serhiy-storchaka merged commit 3014d6e into python:2.7 Jun 5, 2018
@serhiy-storchaka serhiy-storchaka deleted the backport-e9e3976-2.7 branch June 5, 2018 16:51
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