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 baikie
Recipients baikie, python-dev, serhiy.storchaka, vstinner
Date 2014-12-12.19:41:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141212194150.GA15494@dbwatson.uk7.net>
In-reply-to <1417987668.88.0.424426177041.issue9647@psf.upfronthosting.co.za>
Content
Here are the alternative patches to allow more than two calls to
confstr().  One patch set just keeps reallocating the buffer
until it's big enough, while the other makes a limited number of
attempts (in this case 20) before raising RuntimeError.
Files
File name Uploaded
confstr-realloc-endless-2.7.diff baikie, 2014-12-12.19:41:49
confstr-realloc-endless-3.4.diff baikie, 2014-12-12.19:41:49
confstr-realloc-endless-3.5.diff baikie, 2014-12-12.19:41:50
confstr-realloc-limited-2.7.diff baikie, 2014-12-12.19:41:50
confstr-realloc-limited-3.4.diff baikie, 2014-12-12.19:41:50
confstr-realloc-limited-3.5.diff baikie, 2014-12-12.19:41:50
History
Date User Action Args
2014-12-12 19:41:50baikiesetrecipients: + baikie, vstinner, python-dev, serhiy.storchaka
2014-12-12 19:41:50baikielinkissue9647 messages
2014-12-12 19:41:50baikiecreate