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

Reply via email to