Vajrasky Kok added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20185>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to