]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
dict: Internal cleanup (GH-31641)
authorInada Naoki <songofacandy@gmail.com>
Wed, 2 Mar 2022 10:05:12 +0000 (19:05 +0900)
committerGitHub <noreply@github.com>
Wed, 2 Mar 2022 10:05:12 +0000 (19:05 +0900)
commit03642df1a1cfddcd740b62e78bddfa3ea6863da4
tree1b20471dc277e341debe26d8bb22279f5c899588
parent20a1c8ee4bcb1c421b7cca1f3f5d6ad7ce30a9c9
dict: Internal cleanup (GH-31641)

* Make empty_key from split table to combined table.
* Use unicode_get_hash() when possible.
Objects/dictobject.c