]> granicus.if.org Git - python/commit
[3.6] bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160). (#4379)
authorxdegaye <xdegaye@gmail.com>
Sun, 12 Nov 2017 16:33:16 +0000 (17:33 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Nov 2017 16:33:16 +0000 (17:33 +0100)
commitea5b545e38b3fec7ff29276b5cd59dec583ebf34
tree4916695b3b105810c0910fc129274e5dce35bc95
parent4e09deb127013f7cd097f2ec5918f3c721c9e070
[3.6] bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160). (#4379)

(cherry picked from commit e0582a37c8d1776a2fd4968e9216f3a05f780276)
Doc/c-api/veryhigh.rst
Lib/test/test_repl.py [new file with mode: 0644]
Misc/NEWS.d/next/Core and Builtins/2017-10-28-22-06-03.bpo-30696.lhC3HE.rst [new file with mode: 0644]
Python/pythonrun.c