]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1704790: bind name "sys" locally in __del__ method so that it is
authorGeorg Brandl <georg@python.org>
Sat, 21 Apr 2007 20:35:49 +0000 (20:35 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 21 Apr 2007 20:35:49 +0000 (20:35 +0000)
commit15136b3669e3ac59445fa7543be78a99997f9bdb
tree6abe85998809c7092ad909646d2aaba2623264f9
parent5e4e31f76a18e45d88a24ce7b6efc07e420d805b
Bug #1704790: bind name "sys" locally in __del__ method so that it is
not cleared before __del__ is run.
 (backport from rev. 54918)
Lib/subprocess.py