Skip to content

gh-130327: Always traverse managed dictionaries, even when inline values are available #130469

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

ZeroIntensity
Copy link
Member

@ZeroIntensity ZeroIntensity commented Feb 22, 2025

@ZeroIntensity ZeroIntensity added 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section and removed 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section labels Feb 23, 2025
@ZeroIntensity

This comment was marked as resolved.

@bedevere-bot

This comment was marked as resolved.

@@ -4577,7 +4577,7 @@

if (DK_IS_UNICODE(keys)) {
if (_PyDict_HasSplitTable(mp)) {
if (!mp->ma_values->embedded) {
if (!mp->ma_values->valid) {

Check failure

Code scanning / ClusterFuzzLite/CIFuzz

Don't crash Error

Use-of-uninitialized-value
@ZeroIntensity ZeroIntensity marked this pull request as draft February 23, 2025 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs backport to 3.13 bugs and security fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants