X Tutup
Skip to content

[3.13] gh-127563: use dk_log2_index_bytes=3 in empty dicts (GH-127568)#127798

Merged
encukou merged 1 commit intopython:3.13from
miss-islington:backport-9af96f4-3.13
Dec 11, 2024
Merged

[3.13] gh-127563: use dk_log2_index_bytes=3 in empty dicts (GH-127568)#127798
encukou merged 1 commit intopython:3.13from
miss-islington:backport-9af96f4-3.13

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 10, 2024

This fixes a UBSan failure (unaligned zero-size memcpy) in dictobject.c.
(cherry picked from commit 9af96f4)

Co-authored-by: Bénédikt Tran 10796600+picnixz@users.noreply.github.com

…-127568)

This fixes a UBSan failure (unaligned zero-size memcpy) in `dictobject.c`.
(cherry picked from commit 9af96f4)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@encukou encukou merged commit acf05aa into python:3.13 Dec 11, 2024
@miss-islington miss-islington deleted the backport-9af96f4-3.13 branch January 2, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup