X Tutup
Skip to content

[3.13] gh-121860: Fix crash when materializing managed dict (GH-121866)#121867

Merged
colesbury merged 1 commit intopython:3.13from
miss-islington:backport-162b41f-3.13
Jul 16, 2024
Merged

[3.13] gh-121860: Fix crash when materializing managed dict (GH-121866)#121867
colesbury merged 1 commit intopython:3.13from
miss-islington:backport-162b41f-3.13

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 16, 2024

The object's inline values may be marked invalid if the materialized
dict was already initialized and then deleted.
(cherry picked from commit 162b41f)

Co-authored-by: Sam Gross colesbury@gmail.com

…121866)

The object's inline values may be marked invalid if the materialized
dict was already initialized and then deleted.
(cherry picked from commit 162b41f)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup