Terry J. Reedy added the comment: Reading Antoine's message more carefully, and the cited doc line, the generic fix to prevent the warning would be
try: <__del__ body> except Exception: pass The question is, do we only want to block the warning when someone calls Popen with the wrong number of arguments, or always? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12085> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com