This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients baikie, vstinner
Date 2010-08-13.22:07:12
SpamBayes Score 0.011946003
Marked as misclassified No
Message-id <1281737234.61.0.715126165433.issue9579@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-08-13 22:07:15vstinnersetrecipients: + vstinner, baikie
2010-08-13 22:07:14vstinnersetmessageid: <1281737234.61.0.715126165433.issue9579@psf.upfronthosting.co.za>
2010-08-13 22:07:12vstinnerlinkissue9579 messages
2010-08-13 22:07:12vstinnercreate