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.
V
Victor Stinner committed
1d8da61f5ad26274556e0bbce260ce292d0402a1
Parent: a4ed6ed
Committed by GitHub <noreply@github.com>
on 10/30/2019, 3:39:27 PM