[issue28818] simplify lookdict functions

INADA Naoki report at bugs.python.org
Tue Nov 29 02:22:31 EST 2016


INADA Naoki added the comment:

> Can you make the patch without the unnecessary variable name change from "value_addr" to "pvalue".  The former name is more communicative and is self-describing.

Done.
I have changed the variable name to distinguish `PyObject**` with `PyObject***`.
But there are no meaning for now because I removed all `PyObject ***`.

----------
Added file: http://bugs.python.org/file45682/simplify-lookdict2.patch

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


More information about the Python-bugs-list mailing list