[New-bugs-announce] [issue29509] redundant interning in PyObject_GetAttrString

INADA Naoki report at bugs.python.org
Thu Feb 9 02:48:43 EST 2017


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: redundant interning in PyObject_GetAttrString
type: performance
versions: Python 3.7
Added file: http://bugs.python.org/file46602/getattrstring-nointern.patch

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


More information about the New-bugs-announce mailing list