[issue1857] subprocess.Popen.poll/__del__ API breakage
René Stadler added the comment: Yes, it works. __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1857> __ ___ Python-bugs-list mailing list Unsubscribe: http://mai
[issue1857] subprocess.Popen.poll/__del__ API breakage
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