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, serhiy.storchaka, vajrasky, zach.ware
Date 2014-02-05.15:31:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391614315.75.0.239103242795.issue20185@psf.upfronthosting.co.za>
In-reply-to
Content
Zachary, "Looking again, that one is non-trivial, but still doable.  You just need a "this means an error happened" value to initialize rl to, and return that value instead of NULL."

How do you give "this means an error happened" value to struct rlimit?

struct rlimit {
               rlim_t rlim_cur;  /* Soft limit */
               rlim_t rlim_max;  /* Hard limit (ceiling for rlim_cur) */
};

This is what prevents me to use custom converter.
History
Date User Action Args
2014-02-05 15:31:55vajraskysetrecipients: + vajrasky, larry, nadeem.vawda, zach.ware, serhiy.storchaka
2014-02-05 15:31:55vajraskysetmessageid: <1391614315.75.0.239103242795.issue20185@psf.upfronthosting.co.za>
2014-02-05 15:31:55vajraskylinkissue20185 messages
2014-02-05 15:31:55vajraskycreate