diff options
author | xdegaye <xdegaye@gmail.com> | 2017-11-12 15:50:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-12 15:50:48 (GMT) |
commit | e0582a37c8d1776a2fd4968e9216f3a05f780276 (patch) | |
tree | b36c2b245aa597c0fd49b16d761508d5bf42a8bd /Misc | |
parent | 1588be66d7b0eeebc4614309cd0fc837ff52776a (diff) | |
download | cpython-e0582a37c8d1776a2fd4968e9216f3a05f780276.zip cpython-e0582a37c8d1776a2fd4968e9216f3a05f780276.tar.gz cpython-e0582a37c8d1776a2fd4968e9216f3a05f780276.tar.bz2 |
bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2017-10-28-22-06-03.bpo-30696.lhC3HE.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2017-10-28-22-06-03.bpo-30696.lhC3HE.rst b/Misc/NEWS.d/next/Core and Builtins/2017-10-28-22-06-03.bpo-30696.lhC3HE.rst new file mode 100644 index 0000000..76bc683 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2017-10-28-22-06-03.bpo-30696.lhC3HE.rst @@ -0,0 +1 @@ +Fix the interactive interpreter looping endlessly when no memory. |