]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1535165: fixed a segfault in input() and raw_input() when
authorGeorg Brandl <georg@python.org>
Sun, 6 Aug 2006 08:23:59 +0000 (08:23 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 6 Aug 2006 08:23:59 +0000 (08:23 +0000)
commit4eb963436880c58b3b5a64e486565b655269b793
treef103869580fb1a366b5351d94fbd8b2221a9373b
parent33b621c35da1fb94ded13a276280524cd35181a1
Bug #1535165: fixed a segfault in input() and raw_input() when
sys.stdin is closed.
 (backport from rev. 51129)
Lib/test/test_builtin.py
Misc/NEWS
Python/bltinmodule.c