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 gregory.p.smith
Recipients diekhans, gregory.p.smith, vstinner
Date 2020-12-25.05:59:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608875959.58.0.039576390762.issue38435@roundup.psfhosted.org>
In-reply-to
Content
Another preexec_fn use to consider:

 resource.setrlimit(resource.RLIMIT_CORE, (XXX, XXX))

Using an intermediate shell script wrapper that changes the rlimit and exec's the actual process is also an alternative.
History
Date User Action Args
2020-12-25 05:59:19gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, diekhans
2020-12-25 05:59:19gregory.p.smithsetmessageid: <1608875959.58.0.039576390762.issue38435@roundup.psfhosted.org>
2020-12-25 05:59:19gregory.p.smithlinkissue38435 messages
2020-12-25 05:59:19gregory.p.smithcreate