summaryrefslogtreecommitdiff
path: root/Python/Python-ast.c
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2019-12-18 00:51:22 -0600
committerInada Naoki <songofacandy@gmail.com>2019-12-18 15:51:22 +0900
commit75bb07e92baa7267a61056d03d7e6b475588e793 (patch)
treecb121c8bd4a5cf925359bdf4d1d591ec34528ae2 /Python/Python-ast.c
parent50d4f12958bf806a4e1a1021d70cfd5d448c5cba (diff)
downloadcpython-git-75bb07e92baa7267a61056d03d7e6b475588e793.tar.gz
bpo-39028: Performance enhancement in keyword extraction (GH-17576)
All keywords should first be checked for pointer identity. Only after that failed for all keywords (unlikely) should unicode equality be used. The original code would call unicode equality on any non-matching keyword argument. Meaning calling it often e.g. when a function has many kwargs but only the last one is provided.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions