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 serhiy.storchaka
Recipients Alex.Willmer, benjamin.peterson, serhiy.storchaka, stutzbach, xdegaye
Date 2016-05-05.08:18:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462436303.24.0.99620716388.issue26926@psf.upfronthosting.co.za>
In-reply-to
Content
The resource module is not always available. And resource.setrlimit() itself can fail.

May be check HAVE_LARGEFILE_SUPPORT directly using sysconfig.get_config_vars()?

test_mmap needs similar fix.
History
Date User Action Args
2016-05-05 08:18:23serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson, stutzbach, xdegaye, Alex.Willmer
2016-05-05 08:18:23serhiy.storchakasetmessageid: <1462436303.24.0.99620716388.issue26926@psf.upfronthosting.co.za>
2016-05-05 08:18:23serhiy.storchakalinkissue26926 messages
2016-05-05 08:18:23serhiy.storchakacreate