[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2019-10-31 Thread Stephen Paul Chappell
Change by Stephen Paul Chappell : -- nosy: -Zero ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2018-02-20 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2018-02-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset b852d8c1f0b12e84549d83cd9b1ec0992b9d9703 by Serhiy Storchaka (Miss Islington (bot)) in branch '2.7': [2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240)

[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2018-02-20 Thread miss-islington
miss-islington added the comment: New changeset 2b9726eb647e856d83eafdc30cdbbc31a5920ab6 by Miss Islington (bot) in branch '3.6': bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240)

[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2018-02-20 Thread miss-islington
miss-islington added the comment: New changeset 1d927d4feba856cacc026a9167ba38c73a4e7657 by Miss Islington (bot) in branch '3.7': bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240)

[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2018-02-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +5562 ___ Python tracker ___

[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2018-02-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +5560 ___ Python tracker ___

[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2018-02-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +5561 ___ Python tracker ___

[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2018-02-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 80d20b918bd8a882043c493a7f958333ecb41727 by Serhiy Storchaka (Zackery Spytz) in branch 'master': bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (#5240)

[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2018-02-19 Thread Zackery Spytz
Change by Zackery Spytz : -- components: -Tests nosy: +ZackerySpytz type: crash -> behavior versions: +Python 2.7, Python 3.7, Python 3.8 ___ Python tracker

[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2018-01-18 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +5086 stage: -> patch review ___ Python tracker ___

[issue31848] "aifc" module does not always initialize "Aifc_read._ssnd_chunk"

2017-10-23 Thread Stephen Paul Chappell
New submission from Stephen Paul Chappell : When Aifc_read runs initfp, it conditionally sets self._ssnd_chunk and is not guaranteed to do so. At the bottom of the method, a check is made to see if the attribute has a false value; and if so, an error is supposed to