bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (#5240)
Initialize self._ssnd_chunk so that aifc.Error is raised as intended, not AttributeError.
Showing
Please register or sign in to comment
Initialize self._ssnd_chunk so that aifc.Error is raised as intended, not AttributeError.