STINNER Victor added the comment: Ooops, there is a bug in my pushed changed, spotted by Serhiy:
> # Strip last refcount output line if it exists, since it # comes from the shutdown of the interpreter in the subcommand. stderr = debug_output_pat.sub("", stderr) + + if retcode != 0: + result = (CHILD_ERROR, "Exit code %s" % retcode) + output.put((test, stdout.rstrip(), stderr.rstrip(), + result)) + Missed return? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30258> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com