BPO | [29110](https://bugs.python.org/issue29110) --- | :--- Nosy | @methane, @serhiy-storchaka, @Uberi PRs | python/cpython#162python/cpython#293python/cpython#310python/cpython#311python/cpython#356python/cpython#703python/cpython#552 Files | [fix_aifc_leak.patch](https://bugs.python.org/file46087/fix_aifc_leak.patch "Uploaded as text/plain at 2016-12-30.00:55:16 by @Uberi"): Fix for first issue described in issue.[fix_aifc_leak_and_file_object_close.patch](https://bugs.python.org/file46088/fix_aifc_leak_and_file_object_close.patch "Uploaded as text/plain at 2016-12-30.00:56:04 by @Uberi"): Fix for second issue described in issue. *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: ```python assignee = 'https://github.com/methane' closed_at = created_at = labels = ['3.7', 'type-bug', 'library'] title = '[patch] Fix file object leak in `aifc.open` when given invalid AIFF file.' updated_at = user = 'https://github.com/uberi' ``` bugs.python.org fields: ```python activity = actor = 'dstufft' assignee = 'methane' closed = True closed_date = closer = 'methane' components = ['Library (Lib)'] creation = creator = 'azhang' dependencies = [] files = ['46087', '46088'] hgrepos = [] issue_num = 29110 keywords = ['patch'] message_count = 10.0 messages = ['284299', '284371', '288340', '288611', '288622', '288705', '290358', '290375', '290376', '290394'] nosy_count = 3.0 nosy_names = ['methane', 'serhiy.storchaka', 'azhang'] pr_nums = ['162', '293', '310', '311', '356', '703', '552'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue29110' versions = ['Python 2.7', 'Python 3.5', 'Python 3.6', 'Python 3.7'] ```