bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes by ZackerySpytz · Pull Request #11015 · python/cpython

@ZackerySpytz

Set MemoryError when appropriate, add missing failure checks,
and fix some potential leaks.

serhiy-storchaka

@ZackerySpytz

Remove some useless indentation.
Add a missing check introduced in a recent commit (468a15a).

serhiy-storchaka

vstinner added a commit that referenced this pull request

Dec 7, 2018

ZackerySpytz added a commit to ZackerySpytz/cpython that referenced this pull request

Dec 7, 2018

serhiy-storchaka pushed a commit to serhiy-storchaka/cpython that referenced this pull request

Dec 7, 2018

@ZackerySpytz @serhiy-storchaka