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 mark.dickinson
Recipients mark.dickinson, vstinner
Date 2009-05-05.16:57:47
SpamBayes Score 8.929885e-07
Marked as misclassified No
Message-id <1241542668.91.0.265780545753.issue5933@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patches.

The first patch looks fine;  I'll apply it shortly.

For the second, I don't understand why you want to
compare the return result with RLIM_INFINITY:  PyInt_AsLong
returns -1 to signal failure;  is there some guarantee that
RLIM_INFINITY == -1 if it's defined?
History
Date User Action Args
2009-05-05 16:57:49mark.dickinsonsetrecipients: + mark.dickinson, vstinner
2009-05-05 16:57:48mark.dickinsonsetmessageid: <1241542668.91.0.265780545753.issue5933@psf.upfronthosting.co.za>
2009-05-05 16:57:47mark.dickinsonlinkissue5933 messages
2009-05-05 16:57:47mark.dickinsoncreate