Ethan Furman added the comment: I previously wrote: ------------------ > Gareth, please ignore my comments about adding guards on the return value -- > it is up > to the O/S to use or adjust whatever Python returns.
Let me clarify that a bit: we need to protect against overflow from <long> to <int>; protecting against overflow from <int> to <O/S returncode size> is a separate issue. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14376> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com