]> granicus.if.org Git - python/commit
Guard the _active.remove() call to avoid errors when there is no _active list.
authorGeorg Brandl <georg@python.org>
Thu, 25 May 2006 18:44:09 +0000 (18:44 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 25 May 2006 18:44:09 +0000 (18:44 +0000)
commitcfecd599b6dbcc7939560e6ca0a74b4223b389e2
tree45f48bb834bc796b4a2515ef3fc5fad454544f9b
parenta85bf202ac57e4d8013a12b13928cccb8fbc5fa4
Guard the _active.remove() call to avoid errors when there is no _active list.
Lib/popen2.py