Fix redundant code and memory leak in _PyUnicodeWriter_Finish · Issue #72594 · python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@zhangyangyu

Description

@zhangyangyu

BPO 28408
Nosy @vstinner, @serhiy-storchaka, @zhangyangyu
Files _PyUnicodeWriter_Finish.patch

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 = 'https://github.com/serhiy-storchaka' closed_at = <Date 2016-10-25.10:49:25.321> created_at = <Date 2016-10-10.17:13:36.622> labels = ['interpreter-core', 'type-bug', '3.7'] title = 'Fix redundant code and memory leak in _PyUnicodeWriter_Finish' updated_at = <Date 2016-10-25.10:49:25.320> user = 'https://github.com/zhangyangyu'

bugs.python.org fields:

activity = <Date 2016-10-25.10:49:25.320> actor = 'serhiy.storchaka' assignee = 'serhiy.storchaka' closed = True closed_date = <Date 2016-10-25.10:49:25.321> closer = 'serhiy.storchaka' components = ['Interpreter Core'] creation = <Date 2016-10-10.17:13:36.622> creator = 'xiang.zhang' dependencies = [] files = ['45048'] hgrepos = [] issue_num = 28408 keywords = ['patch'] message_count = 4.0 messages = ['278434', '279383', '279385', '279391'] nosy_count = 4.0 nosy_names = ['vstinner', 'python-dev', 'serhiy.storchaka', 'xiang.zhang'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue28408' versions = ['Python 3.6', 'Python 3.7']