commit | 036fead695a9a1e1082992d16ab46bca1cd61a25 | [log] [tgz] |
---|---|---|
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | Fri Nov 19 05:30:37 2021 -0500 |
committer | GitHub <noreply@github.com> | Fri Nov 19 10:30:37 2021 +0000 |
tree | 4a3622ca0d0cdc0c69eab7ccf935019c4da37137 | |
parent | 4575c01b750cd26377e803247c38d65dad15e26a [diff] |
bpo-45609: Specialize STORE_SUBSCR (GH-29242) * Specialize STORE_SUBSCR for list[int], and dict[object] * Adds _PyDict_SetItem_Take2 which consumes references to the key and values.