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 vstinner
Recipients matrixise, rpointel, skrah, vstinner
Date 2015-10-08.15:52:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZYfynZZS=O4u3ouZ+6-86tH__FSYi7UYROWOM-QmxpWQ@mail.gmail.com>
In-reply-to <1444310441.55.0.0638598998232.issue25342@psf.upfronthosting.co.za>
Content
Stefan Krah added the comment:
> Or did you want to compute it at runtime?  Actually, why not?

I'm asking to adjust the limit at _runtime_. getrlimit() is not
something static, it's common to modify them manually for the current
shell process (and child process), or system-wide.
History
Date User Action Args
2015-10-08 15:52:53vstinnersetrecipients: + vstinner, skrah, rpointel, matrixise
2015-10-08 15:52:53vstinnerlinkissue25342 messages
2015-10-08 15:52:53vstinnercreate