[Python-checkins] cpython: Use identifier API for PyObject_GetAttrString.

Amaury Forgeot d'Arc amauryfa at gmail.com
Mon Oct 10 22:08:31 CEST 2011


Hi,

I carefully read changeset 72848:81380082d216,
and I have two remarks:

- In Modules/_json.c, line 1126, _Py_identifier(strict) is
declared but not used, and there are 5 other possible replacements.

- In Objects/typeobject.c, line 6318, it seems that
_PyObject_GetAttrId could be used directly

-- 
Amaury Forgeot d'Arc


More information about the Python-checkins mailing list