[issue37417] bytearray.extend does not handle errors during iteration.

2019-06-26 Thread Brandt Bucher
Change by Brandt Bucher : -- pull_requests: +14227 pull_request: https://github.com/python/cpython/pull/14414 ___ Python tracker ___

[issue37417] bytearray.extend does not handle errors during iteration.

2019-06-26 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue37417] bytearray.extend does not handle errors during iteration.

2019-06-26 Thread miss-islington
miss-islington added the comment: New changeset 5c4ce3e2fa73125fb6f9c501e6c4c8512216b7e1 by Miss Islington (bot) in branch '3.8': bpo-37417: Fix error handling in bytearray.extend. (GH-14407) https://github.com/python/cpython/commit/5c4ce3e2fa73125fb6f9c501e6c4c8512216b7e1 --

[issue37417] bytearray.extend does not handle errors during iteration.

2019-06-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +14222 pull_request: https://github.com/python/cpython/pull/14410 ___ Python tracker ___

[issue37417] bytearray.extend does not handle errors during iteration.

2019-06-26 Thread miss-islington
miss-islington added the comment: New changeset 7675bca4b56c532875d8bc6a7832e3c51d71278f by Miss Islington (bot) in branch '3.7': bpo-37417: Fix error handling in bytearray.extend. (GH-14407) https://github.com/python/cpython/commit/7675bca4b56c532875d8bc6a7832e3c51d71278f -- nosy:

[issue37417] bytearray.extend does not handle errors during iteration.

2019-06-26 Thread SilentGhost
Change by SilentGhost : -- versions: +Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37417] bytearray.extend does not handle errors during iteration.

2019-06-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +14220 pull_request: https://github.com/python/cpython/pull/14408 ___ Python tracker ___

[issue37417] bytearray.extend does not handle errors during iteration.

2019-06-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 2a7d596f27b2342caf168a03c95ebf3b56e5dbbd by Serhiy Storchaka (Brandt Bucher) in branch 'master': bpo-37417: Fix error handling in bytearray.extend. (GH-14407) https://github.com/python/cpython/commit/2a7d596f27b2342caf168a03c95ebf3b56e5dbbd

[issue37417] bytearray.extend does not handle errors during iteration.

2019-06-26 Thread Brandt Bucher
New submission from Brandt Bucher : bytearray.extend doesn't properly handle errors that arise during iteration of the argument: Python 3.9.0a0 (heads/master:5150d32, Jun 26 2019, 10:55:32) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information.

[issue37417] bytearray.extend does not handle errors during iteration.

2019-06-26 Thread Brandt Bucher
Change by Brandt Bucher : -- keywords: +patch pull_requests: +14219 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14407 ___ Python tracker ___