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 imz
Recipients abacabadabacaba, belopolsky, billm, georg.brandl, gregory.p.smith, imz, loewis, python-dev, serhiy.storchaka
Date 2018-03-22.16:59:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521737948.55.0.467229070634.issue6083@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import resource
>>> resource.getrlimit(resource.RLIMIT_CPU) 
(7200, 7260)
History
Date User Action Args
2018-03-22 16:59:08imzsetrecipients: + imz, loewis, georg.brandl, gregory.p.smith, belopolsky, billm, abacabadabacaba, python-dev, serhiy.storchaka
2018-03-22 16:59:08imzsetmessageid: <1521737948.55.0.467229070634.issue6083@psf.upfronthosting.co.za>
2018-03-22 16:59:08imzlinkissue6083 messages
2018-03-22 16:59:08imzcreate