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, vstinner
Date 2010-08-13.18:41:23
SpamBayes Score 0.0025641406
Marked as misclassified No
Message-id <1281724885.73.0.106999633572.issue9579@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see why confstr() values shouldn't change.  sysconf() values can change between calls, IIRC.  Implementations can also define their own confstr variables - they don't have to stick to the POSIX stuff.

And using a loop means the confstr() call only appears once in the source, which is more elegant, right? :)
History
Date User Action Args
2010-08-13 18:41:25baikiesetrecipients: + baikie, vstinner
2010-08-13 18:41:25baikiesetmessageid: <1281724885.73.0.106999633572.issue9579@psf.upfronthosting.co.za>
2010-08-13 18:41:23baikielinkissue9579 messages
2010-08-13 18:41:23baikiecreate