commit | 1d8da61f5ad26274556e0bbce260ce292d0402a1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Oct 30 16:39:27 2019 +0100 |
committer | GitHub <noreply@github.com> | Wed Oct 30 16:39:27 2019 +0100 |
tree | 4cb8d81b4474ea507f852e9d4c87645285bdc602 | |
parent | a4ed6ed9f3779b6eda41bb65f5c09004a2b937ef [diff] |
bpo-38631: Avoid Py_FatalError() in readline (GH-16998) readline now calls PyErr_NoMemory() rather than Py_FatalError() on memory allocation failure, when importing the module.