]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121266: Remove Py_ALWAYS_INLINE in dictobject.c (#121493)
authorVictor Stinner <vstinner@python.org>
Thu, 18 Jul 2024 06:19:32 +0000 (08:19 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Jul 2024 06:19:32 +0000 (08:19 +0200)
commitc5a6b9afd82cad3f6abd9dc71cd5fdd5781a53f5
treed7f61cb3d9463a9dbb7bbd07ce2fe6ca5f700416
parent81fd625b5c30cc6f417c93bad404923676ad8ca3
gh-121266: Remove Py_ALWAYS_INLINE in dictobject.c (#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.
Objects/dictobject.c