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 wiggin15
Recipients BreamoreBoy, ajaksu2, giampaolo.rodola, loewis, mdr0, nnorwitz, r.david.murray, sable, wiggin15
Date 2015-09-28.16:37:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443458241.89.0.335076256612.issue678264@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is still relevant and can be reproduced by running:

    ulimit -Hf 1000
    ./python Lib/test/test_resource.py

(On AIX, the default hard limit is not RLIM_INFINITY so it reproduces on that operating system without the first line)

The patch is still relevant and fixes the issue.
It looks like it's doing the right thing, but it can't be committed until #9917 will be fixed - otherwise the tests will break on Linux, where RLIM_INFINITY is -1 and not greater than 0.
History
Date User Action Args
2015-09-28 16:37:21wiggin15setrecipients: + wiggin15, loewis, nnorwitz, mdr0, sable, giampaolo.rodola, ajaksu2, r.david.murray, BreamoreBoy
2015-09-28 16:37:21wiggin15setmessageid: <1443458241.89.0.335076256612.issue678264@psf.upfronthosting.co.za>
2015-09-28 16:37:21wiggin15linkissue678264 messages
2015-09-28 16:37:21wiggin15create