diff options
author | Jason Tishler <jason@tishler.net> | 2002-12-12 18:13:36 (GMT) |
---|---|---|
committer | Jason Tishler <jason@tishler.net> | 2002-12-12 18:13:36 (GMT) |
commit | e4a070a3206809d069360c1a5d20541bf24d824b (patch) | |
tree | d73ba4a2452bd0e79702030f40950e65f8b23e5e /Doc/dist/dist.tex | |
parent | 20b91358e5fd8042fbcaa4293fa37b7063fa77cf (diff) | |
download | cpython-e4a070a3206809d069360c1a5d20541bf24d824b.zip cpython-e4a070a3206809d069360c1a5d20541bf24d824b.tar.gz cpython-e4a070a3206809d069360c1a5d20541bf24d824b.tar.bz2 |
Patch #551960: Add check for setrlimit() support
test_resource calls resource.setrlimit() to change the file size limits.
This fails on Cygwin, which supports setrlimit() and getrlimit(), just not
changing that particular setting. (The same would apply to any other
platform that has those functions but not that particular feature.)
Since getrlimit() works and setrlimit() can be used for other reasons, a
check for ValueError was added to that part of the test.
Diffstat (limited to 'Doc/dist/dist.tex')
0 files changed, 0 insertions, 0 deletions