_pickle: Py_DECREF seems to be missing from a failure case in fast_save_enter() · Issue #76194 · python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@lioncash

Description

@lioncash

BPO 32013
Nosy @serhiy-storchaka, @lioncash
PRs bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() #4384[3.6] bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() (GH-4384) #4385

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 2017-11-13.08:21:13.558> created_at = <Date 2017-11-13.05:08:34.362> labels = ['extension-modules', '3.7', 'performance'] title = '_pickle: Py_DECREF seems to be missing from a failure case in fast_save_enter()' updated_at = <Date 2017-11-13.08:21:13.557> user = 'https://github.com/lioncash'

bugs.python.org fields:

activity = <Date 2017-11-13.08:21:13.557> actor = 'serhiy.storchaka' assignee = 'none' closed = True closed_date = <Date 2017-11-13.08:21:13.558> closer = 'serhiy.storchaka' components = ['Extension Modules'] creation = <Date 2017-11-13.05:08:34.362> creator = 'Mathew M.' dependencies = [] files = [] hgrepos = [] issue_num = 32013 keywords = ['patch'] message_count = 3.0 messages = ['306139', '306147', '306148'] nosy_count = 2.0 nosy_names = ['serhiy.storchaka', 'Mathew M.'] pr_nums = ['4384', '4385'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'resource usage' url = 'https://bugs.python.org/issue32013' versions = ['Python 3.6', 'Python 3.7']