[New-bugs-announce] [issue28077] Fix find_empty_slot in dictobject

Xiang Zhang report at bugs.python.org
Sun Sep 11 10:45:53 EDT 2016


New submission from Xiang Zhang:

find_empty_slot will also do *value_addr = &mp->ma_values[-1] if it encounters a split dict.

----------
components: Interpreter Core
files: find_empty_slot.patch
keywords: patch
messages: 275800
nosy: haypo, methane, xiang.zhang
priority: normal
severity: normal
stage: patch review
status: open
title: Fix find_empty_slot in dictobject
type: crash
versions: Python 3.6
Added file: http://bugs.python.org/file44555/find_empty_slot.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28077>
_______________________________________


More information about the New-bugs-announce mailing list