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 abacabadabacaba, belopolsky, billm, georg.brandl, gregory.p.smith, imz, loewis, python-dev, serhiy.storchaka
Date 2018-03-22.18:39:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521743958.34.0.467229070634.issue6083@psf.upfronthosting.co.za>
In-reply-to
Content
The simplest way is to try passing the limit as a tuple

    resource.setrlimit(resource.RLIMIT_CPU, (1000000, 1000000))

and skip the test if it failed.
History
Date User Action Args
2018-03-22 18:39:18serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, georg.brandl, gregory.p.smith, belopolsky, billm, abacabadabacaba, python-dev, imz
2018-03-22 18:39:18serhiy.storchakasetmessageid: <1521743958.34.0.467229070634.issue6083@psf.upfronthosting.co.za>
2018-03-22 18:39:18serhiy.storchakalinkissue6083 messages
2018-03-22 18:39:18serhiy.storchakacreate