Dead (and buggy) code due to mishandling of PyList_SetItem() errors · Issue #79622 · python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@ZackerySpytz

Description

@ZackerySpytz

BPO 35441
Nosy @terryjreedy, @serhiy-storchaka, @ZackerySpytz, @miss-islington
PRs bpo-35441: Remove dead and buggy code related to PyList_SetItem() #11033[3.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) #11037[3.6] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) #11038[2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) #11234

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 2018-12-19.15:33:52.431> created_at = <Date 2018-12-08.10:04:58.516> labels = ['extension-modules', '3.8', 'type-bug', '3.7'] title = 'Dead (and buggy) code due to mishandling of PyList_SetItem() errors' updated_at = <Date 2018-12-19.15:33:52.430> user = 'https://github.com/ZackerySpytz'

bugs.python.org fields:

activity = <Date 2018-12-19.15:33:52.430> actor = 'serhiy.storchaka' assignee = 'none' closed = True closed_date = <Date 2018-12-19.15:33:52.431> closer = 'serhiy.storchaka' components = ['Extension Modules'] creation = <Date 2018-12-08.10:04:58.516> creator = 'ZackerySpytz' dependencies = [] files = [] hgrepos = [] issue_num = 35441 keywords = ['patch'] message_count = 6.0 messages = ['331382', '331383', '331384', '331855', '331858', '332145'] nosy_count = 4.0 nosy_names = ['terry.reedy', 'serhiy.storchaka', 'ZackerySpytz', 'miss-islington'] pr_nums = ['11033', '11037', '11038', '11234'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue35441' versions = ['Python 2.7', 'Python 3.7', 'Python 3.8']