bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found by ZackerySpytz · Pull Request #5240 · python/cpython
…SND chunk is not found Initialize self._ssnd_chunk so that aifc.Error is raised as intended, not AttributeError.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Feb 20, 2018…SND chunk is not found (pythonGH-5240) Initialize self._ssnd_chunk so that aifc.Error is raised as intended, not AttributeError. (cherry picked from commit 80d20b9) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Feb 20, 2018…SND chunk is not found (pythonGH-5240) Initialize self._ssnd_chunk so that aifc.Error is raised as intended, not AttributeError. (cherry picked from commit 80d20b9) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Feb 20, 2018…SND chunk is not found (pythonGH-5240) Initialize self._ssnd_chunk so that aifc.Error is raised as intended, not AttributeError. (cherry picked from commit 80d20b9) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
miss-islington added a commit that referenced this pull request
Feb 20, 2018miss-islington added a commit that referenced this pull request
Feb 20, 2018serhiy-storchaka pushed a commit that referenced this pull request
Feb 21, 2018This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters