[issue10784] os.getpriority() and os.setpriority()

Ross Lagerwall report at bugs.python.org
Tue Dec 28 06:36:35 CET 2010


Ross Lagerwall <rosslagerwall at gmail.com> added the comment:

Patch looks good, just one thing:

In setpriority(), it should be possible to use the Py_RETURN_NONE; macro instead of INCREFing manually.

----------
components: +Extension Modules
nosy: +rosslagerwall
type:  -> feature request

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


More information about the Python-bugs-list mailing list