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 vstinner
Date 2013-05-12.23:58:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368403116.83.0.700816018997.issue17964@psf.upfronthosting.co.za>
In-reply-to
Content
According to POSIX and my manual page on Linux, sysconf() return type is long (and not int).
http://pubs.opengroup.org/onlinepubs/009695399/functions/sysconf.html

It may not mater in practice because most sysconf() results are smaller than 1000, and I failed to find a value bigger than 2 millions.
History
Date User Action Args
2013-05-12 23:58:36vstinnersetrecipients: + vstinner
2013-05-12 23:58:36vstinnersetmessageid: <1368403116.83.0.700816018997.issue17964@psf.upfronthosting.co.za>
2013-05-12 23:58:36vstinnerlinkissue17964 messages
2013-05-12 23:58:36vstinnercreate