]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121266: Remove Py_ALWAYS_INLINE in dictobject.c (GH-121493) (#122095)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 21 Jul 2024 17:11:12 +0000 (19:11 +0200)
committerGitHub <noreply@github.com>
Sun, 21 Jul 2024 17:11:12 +0000 (17:11 +0000)
commite458268143317ed5b2b2166506841c36c6d1e20b
tree135933cef6d98d11c449c53432947f4cd02044a4
parent4b76404a511c287a73e32eef927f7cc4377d3055
[3.13] gh-121266: Remove Py_ALWAYS_INLINE in dictobject.c (GH-121493) (#122095)

gh-121266: Remove Py_ALWAYS_INLINE in dictobject.c (GH-121493)

compare_unicode_generic(), compare_unicode_unicode() and
compare_generic() are callbacks used by do_lookup(). When enabling
assertions, it's not possible to inline these functions.
(cherry picked from commit c5a6b9afd82cad3f6abd9dc71cd5fdd5781a53f5)

Co-authored-by: Victor Stinner <vstinner@python.org>
Objects/dictobject.c