[issue29509] redundant interning in PyObject_GetAttrString

2017-02-08 Thread INADA Naoki
New submission from INADA Naoki: PyObject_GetAttrString creates temporary unicode object and intern it. It totally redundant. -- files: getattrstring-nointern.patch keywords: patch messages: 287386 nosy: inada.naoki priority: normal severity: normal stage: patch review status: open title

[issue29509] redundant interning in PyObject_GetAttrString

2017-02-20 Thread INADA Naoki
Changes by INADA Naoki : -- pull_requests: +164 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue29509] redundant interning in PyObject_GetAttrString

2017-02-21 Thread INADA Naoki
INADA Naoki added the comment: New changeset 3e8d6cb1892377394e4b11819c33fbac728ea9e0 by GitHub in branch 'master': bpo-29509: skip redundant intern (GH-197) https://github.com/python/cpython/commit/3e8d6cb1892377394e4b11819c33fbac728ea9e0 -- ___ P

[issue29509] redundant interning in PyObject_GetAttrString

2017-02-21 Thread INADA Naoki
Changes by INADA Naoki : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Py