Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee=Noneclosed_at=Nonecreated_at=<Date2022-03-13.02:05:03.024>labels= ['interpreter-core', '3.9', '3.10', '3.11']
title='Invalid memory write in bytearray'updated_at=<Date2022-03-13.02:14:01.825>user='https://github.com/JelleZijlstra'
bugs.python.org fields:
activity=<Date2022-03-13.02:14:01.825>actor='JelleZijlstra'assignee='none'closed=Falseclosed_date=Nonecloser=Nonecomponents= ['Interpreter Core']
creation=<Date2022-03-13.02:05:03.024>creator='JelleZijlstra'dependencies= []
files= []
hgrepos= []
issue_num=46997keywords= []
message_count=2.0messages= ['415021', '415022']
nosy_count=2.0nosy_names= ['gvanrossum', 'JelleZijlstra']
pr_nums= []
priority='normal'resolution=Nonestage=Nonestatus='open'superseder=Nonetype=Noneurl='https://bugs.python.org/issue46997'versions= ['Python 3.9', 'Python 3.10', 'Python 3.11']
Linked PRs
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
Linked PRs
bytearray.__setitem__(ind, ...)whenind.__index__has side-effects (GH-132379) #136581bytearray.__setitem__(ind, ...)whenind.__index__has side-effects (GH-132379) #136582