[issue20191] resource.prlimit(int, int, str) crashs

STINNER Victor report at bugs.python.org
Thu Jan 16 12:06:38 CET 2014


STINNER Victor added the comment:

There is another option: modify the function to use argument clinic and implement something in argument clinic to hold a reference on borrowed references "O" and hold a reference on "(...)" sequence.

Holding a reference on borrowed references "O" would make Python more safer against a whole class of bugs.

----------
nosy: +larry

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20191>
_______________________________________


More information about the Python-bugs-list mailing list