commit | 3014d6eb7f6ed8cc61b9b26fe1c4454760dc8621 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Jun 05 19:51:37 2018 +0300 |
committer | GitHub <noreply@github.com> | Tue Jun 05 19:51:37 2018 +0300 |
tree | 531a6958e7540e50000df634d58f812b5dacbc77 | |
parent | bc3df70b266304f78ebe5eabead71cabd4738d12 [diff] |
[2.7] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) (GH-7432) Raise TypeError instead of SystemError for unsupported operations. (cherry picked from commit e9e397605789b2a67b67558fbbe756b7b88934f5) Co-authored-by: Zackery Spytz <zspytz@gmail.com>