-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
| BPO | 23204 |
|---|---|
| Nosy | @rhettinger, @ssbr, @serhiy-storchaka |
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 = None
closed_at = <Date 2015-01-09.07:59:28.058>
created_at = <Date 2015-01-09.07:25:48.726>
labels = ['interpreter-core', 'type-bug', 'invalid']
title = "list.index and rest of list methods disagree if a value is in the list if it's mutated during the call"
updated_at = <Date 2015-01-09.08:07:29.056>
user = 'https://github.com/ssbr'bugs.python.org fields:
activity = <Date 2015-01-09.08:07:29.056>
actor = 'serhiy.storchaka'
assignee = 'none'
closed = True
closed_date = <Date 2015-01-09.07:59:28.058>
closer = 'rhettinger'
components = ['Interpreter Core']
creation = <Date 2015-01-09.07:25:48.726>
creator = 'Devin Jeanpierre'
dependencies = []
files = []
hgrepos = []
issue_num = 23204
keywords = []
message_count = 3.0
messages = ['233721', '233723', '233725']
nosy_count = 3.0
nosy_names = ['rhettinger', 'Devin Jeanpierre', 'serhiy.storchaka']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue23204'
versions = ['Python 2.7', 'Python 3.4', 'Python 3.5', 'Python 3.6']Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error