…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>
|
@ZackerySpytz and @serhiy-storchaka: Backport status check is done, and it's a failure ❌ . |
|
The backport to 2.7 needs to use |
May need manual editing of the commit message.
|
@serhiy-storchaka I think miss-islington won't auto merge since you made an additional commit. So you'll have to merge this PR manually. It also failed to report the new status check. |
|
I dismissed my approve for preventing auto merge because I didn't know how @miss-islington handles the case of multiple commits. |
|
Thanks, @serhiy-storchaka! |
|
It's not yet handling the multiple commits case :) |
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
https://bugs.python.org/issue31848