]> granicus.if.org Git - python/commit
bpo-29509: skip redundant intern (GH-197)
authorINADA Naoki <methane@users.noreply.github.com>
Tue, 21 Feb 2017 14:57:25 +0000 (23:57 +0900)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2017 14:57:25 +0000 (23:57 +0900)
commit3e8d6cb1892377394e4b11819c33fbac728ea9e0
tree3c19c9f5601f19fd201488aec5b1d16287839b3c
parent3a9ac827c7c87dffc60c4200323948551bcb6662
bpo-29509: skip redundant intern (GH-197)

PyObject_GetAttrString intern temporary key string.
It's completely redudant.
Objects/object.c