commit | 4856b0f34a6f4074cd86e66f11a635422374ae98 | [log] [tgz] |
---|---|---|
author | INADA Naoki <methane@users.noreply.github.com> | Sun Dec 24 10:29:19 2017 +0900 |
committer | GitHub <noreply@github.com> | Sun Dec 24 10:29:19 2017 +0900 |
tree | 2be2f21d4fcc0535f469e17a2a3c005b425bc66a | |
parent | 719ccbca69b21013a783b829de3404b5aa243827 [diff] |
bpo-32402: io: Add missing NULL check. (GH-4971) _PyUnicode_FromId() may return NULL. Reported by coverity scan: CID 1426868, 1426867.