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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28818>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to