[issue1857] subprocess.Popen.poll/__del__ API breakage

2008-01-18 Thread René Stadler
René Stadler added the comment: Yes, it works. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1857 __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue1857] subprocess.Popen.poll/__del__ API breakage

2008-01-17 Thread René Stadler
New submission from René Stadler: The commit to r45234 has added an internally used keyword attribute named _deadstate to subprocess.Popen.poll, which is called by the __del__ method of this class. If you derived your own class from subprocess.Popen that overrides .poll() without taking kwargs