]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport:
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 29 Jun 2003 14:57:10 +0000 (14:57 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 29 Jun 2003 14:57:10 +0000 (14:57 +0000)
commitb1c0258a165b0cc4ad62f4897ee2e4281fd2dffd
treecb5e1afe84e5a856910a9b125b33c672b08f357e
parent6697232456892fe51d6831647480a41efa43a95a
Backport:
Fix SF #762455, segfault when sys.stdout is changed in getattr

Note:  in 2.2, the problem was an infinite loop (at least for me).
Python/ceval.c