commit | 4c49da0cb7434c676d70b9ccf38aca82ac0d64a9 | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Fri Dec 07 03:11:30 2018 -0700 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Dec 07 12:11:30 2018 +0200 |
tree | aae3660f9a5bc462830107cf2311b2557898e268 | |
parent | 3a521f0b6167628f975c773b56c7daf8d33d6f40 [diff] |
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) Set MemoryError when appropriate, add missing failure checks, and fix some potential leaks.