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 vajrasky
Recipients larry, nadeem.vawda, vajrasky
Date 2014-01-15.04:25:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389759960.06.0.180222960478.issue20185@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the patch for Modules/resource.c.

However, I can not convert this method signature:

if (!PyArg_ParseTuple(args, _Py_PARSE_PID "i|(OO):prlimit",
                          &pid, &resource, &curobj, &maxobj))

_Py_PARSE_PID can be 'i' or 'l' or 'L'.
History
Date User Action Args
2014-01-15 04:26:00vajraskysetrecipients: + vajrasky, larry, nadeem.vawda
2014-01-15 04:26:00vajraskysetmessageid: <1389759960.06.0.180222960478.issue20185@psf.upfronthosting.co.za>
2014-01-15 04:26:00vajraskylinkissue20185 messages
2014-01-15 04:25:59vajraskycreate