Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.6] Use Iterable hint instead of Sequence (#4125) #4133

Merged
merged 1 commit into from
Oct 3, 2019

Conversation

asvetlov
Copy link
Member

@asvetlov asvetlov commented Oct 2, 2019

Given that the FrozenList type hint is Union[List[_T], Iterable[_T]]
the Application middleware type should not restrict to Sequence and
support all Iterable types..
(cherry picked from commit 8475395)

Co-authored-by: Stefan T [email protected]

Given that the `FrozenList` type hint is `Union[List[_T], Iterable[_T]]`
the Application middleware type should not restrict to `Sequence` and
support all `Iterable` types..
(cherry picked from commit 8475395)

Co-authored-by: Stefan T <[email protected]>
@asvetlov asvetlov requested a review from webknjaz as a code owner October 2, 2019 19:00
@psf-chronographer psf-chronographer bot added the bot:chronographer:provided There is a change note present in this PR label Oct 2, 2019
@codecov-io
Copy link

codecov-io commented Oct 2, 2019

Codecov Report

Merging #4133 into 3.6 will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              3.6    #4133   +/-   ##
=======================================
  Coverage   98.06%   98.06%           
=======================================
  Files          44       44           
  Lines        8867     8867           
  Branches     1391     1391           
=======================================
  Hits         8695     8695           
  Misses         66       66           
  Partials      106      106
Impacted Files Coverage Δ
aiohttp/web_app.py 98.89% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ecb6dfa...ff7bf6a. Read the comment docs.

@asvetlov asvetlov merged commit f8c6db2 into 3.6 Oct 3, 2019
@asvetlov asvetlov deleted the backport-8475395-3.6 branch October 3, 2019 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided There is a change note present in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants