STINNER Victor <victor.stin...@haypocalc.com> added the comment: I just fear that the loop is "endless". Imagine the worst case: confstr() returns a counter (n, n+1, n+2, ...). In 64 bits, it can be long.
I would prefer to see a condition to stop after 2 steps. It should maybe stop when an error at the 3rd step. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9579> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com