diff options
author | Victor Stinner <vstinner@python.org> | 2024-07-18 06:19:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 06:19:32 (GMT) |
commit | c5a6b9afd82cad3f6abd9dc71cd5fdd5781a53f5 (patch) | |
tree | d7f61cb3d9463a9dbb7bbd07ce2fe6ca5f700416 /Python/thread.c | |
parent | 81fd625b5c30cc6f417c93bad404923676ad8ca3 (diff) | |
download | cpython-c5a6b9afd82cad3f6abd9dc71cd5fdd5781a53f5.zip cpython-c5a6b9afd82cad3f6abd9dc71cd5fdd5781a53f5.tar.gz cpython-c5a6b9afd82cad3f6abd9dc71cd5fdd5781a53f5.tar.bz2 |
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.
Diffstat (limited to 'Python/thread.c')
0 files changed, 0 insertions, 0 deletions