[issue39386] Prevent double awaiting of async iterator

2020-02-13 Thread Nathaniel Smith
Nathaniel Smith added the comment: New changeset f464edf3239f7867fe31c9cd238a68fb3b90feaa by Nathaniel J. Smith in branch '3.7': bpo-39606: allow closing async generators that are already closed (GH-18475) (GH-18502) https://github.com/python/cpython/commit/f464edf3239f7867fe31c9cd238a68fb3b

[issue39386] Prevent double awaiting of async iterator

2020-02-13 Thread miss-islington
miss-islington added the comment: New changeset 8dbdf5f275c6462bb522bcf3a29054239d72989d by Miss Islington (bot) in branch '3.8': [3.8] bpo-39606: allow closing async generators that are already closed (GH-18475) (GH-18501) https://github.com/python/cpython/commit/8dbdf5f275c6462bb522bcf3a29

[issue39386] Prevent double awaiting of async iterator

2020-02-13 Thread Nathaniel Smith
Change by Nathaniel Smith : -- pull_requests: +17878 pull_request: https://github.com/python/cpython/pull/18502 ___ Python tracker ___ _

[issue39386] Prevent double awaiting of async iterator

2020-02-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +17876 pull_request: https://github.com/python/cpython/pull/18501 ___ Python tracker ___ __

[issue39386] Prevent double awaiting of async iterator

2020-02-13 Thread miss-islington
miss-islington added the comment: New changeset 925dc7fb1d0db85dc137afa4cd14211bf0d67414 by Nathaniel J. Smith in branch 'master': bpo-39606: allow closing async generators that are already closed (GH-18475) https://github.com/python/cpython/commit/925dc7fb1d0db85dc137afa4cd14211bf0d67414 -

[issue39386] Prevent double awaiting of async iterator

2020-02-12 Thread Nathaniel Smith
Change by Nathaniel Smith : -- pull_requests: +17844 pull_request: https://github.com/python/cpython/pull/18475 ___ Python tracker ___ _

[issue39386] Prevent double awaiting of async iterator

2020-01-20 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue39386] Prevent double awaiting of async iterator

2020-01-20 Thread miss-islington
miss-islington added the comment: New changeset b76d5e9ee64b8ac861e856d8e41289c0977c75e1 by Miss Islington (bot) in branch '3.7': bpo-39386: Prevent double awaiting of async iterator (GH-18081) https://github.com/python/cpython/commit/b76d5e9ee64b8ac861e856d8e41289c0977c75e1 -- ___

[issue39386] Prevent double awaiting of async iterator

2020-01-20 Thread miss-islington
miss-islington added the comment: New changeset 5cadd3fe3aead1b5bee1438dc03383d6739d4209 by Miss Islington (bot) in branch '3.8': bpo-39386: Prevent double awaiting of async iterator (GH-18081) https://github.com/python/cpython/commit/5cadd3fe3aead1b5bee1438dc03383d6739d4209 -- nosy

[issue39386] Prevent double awaiting of async iterator

2020-01-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +17479 pull_request: https://github.com/python/cpython/pull/18087 ___ Python tracker ___ __

[issue39386] Prevent double awaiting of async iterator

2020-01-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +17478 pull_request: https://github.com/python/cpython/pull/18086 ___ Python tracker ___ __

[issue39386] Prevent double awaiting of async iterator

2020-01-20 Thread Andrew Svetlov
Andrew Svetlov added the comment: New changeset a96e06db77dcbd3433d39761ddb4615d7d96284a by Andrew Svetlov in branch 'master': bpo-39386: Prevent double awaiting of async iterator (GH-18081) https://github.com/python/cpython/commit/a96e06db77dcbd3433d39761ddb4615d7d96284a -- __

[issue39386] Prevent double awaiting of async iterator

2020-01-20 Thread Andrew Svetlov
Change by Andrew Svetlov : -- keywords: +patch pull_requests: +17473 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/18081 ___ Python tracker __

[issue39386] Prevent double awaiting of async iterator

2020-01-20 Thread Andrew Svetlov
Change by Andrew Svetlov : -- title: getting invalid data from async iterator -> Prevent double awaiting of async iterator versions: +Python 3.7, Python 3.8, Python 3.9 ___ Python tracker ___