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 martin.panter
Recipients martin.panter, python-dev, serhiy.storchaka, vstinner
Date 2015-12-05.09:30:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449307807.93.0.279551657165.issue25764@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the pointer Serhiy (I missed it before my last comment). On OS X, it looks like rlim_t is 64-bit unsigned, and RLIM_INFINITY is 2**63 - 1 (0x7FF . . .). Looking over the /Modules/resource.c code, I can see potential problems with it, but cannot imagine how they would cause the behaviour I was getting.
History
Date User Action Args
2015-12-05 09:30:07martin.pantersetrecipients: + martin.panter, vstinner, python-dev, serhiy.storchaka
2015-12-05 09:30:07martin.pantersetmessageid: <1449307807.93.0.279551657165.issue25764@psf.upfronthosting.co.za>
2015-12-05 09:30:07martin.panterlinkissue25764 messages
2015-12-05 09:30:07martin.pantercreate