Skip to content

Conversation

@djb4ai
Copy link
Contributor

@djb4ai djb4ai commented Mar 23, 2020

closes #3472

@srittau srittau requested a review from JelleZijlstra March 24, 2020 14:55
@djb4ai
Copy link
Contributor Author

djb4ai commented Apr 1, 2020

@JelleZijlstra Can you review and merge this?

@JelleZijlstra JelleZijlstra merged commit cb87bd1 into python:master Apr 1, 2020
@djb4ai djb4ai deleted the queue branch April 1, 2020 18:32
rchen152 added a commit that referenced this pull request May 17, 2020
This attribute was removed in
#3879 because it is undocumented
and was annotated incorrectly. Unfortunately, a surprising (?) amount of
Google code uses this attribute and assumes it is a deque, so it needs
to exist but can't have a more general annotation like Collection[Any].

I also removed a no-longer-used typing.Deque import.
JelleZijlstra pushed a commit that referenced this pull request May 18, 2020
This attribute was removed in
#3879 because it is undocumented
and was annotated incorrectly. Unfortunately, a surprising (?) amount of
Google code uses this attribute and assumes it is a deque, so it needs
to exist but can't have a more general annotation like Collection[Any].

I also removed a no-longer-used typing.Deque import.
vishalkuo pushed a commit to vishalkuo/typeshed that referenced this pull request Jun 26, 2020
)

This attribute was removed in
python#3879 because it is undocumented
and was annotated incorrectly. Unfortunately, a surprising (?) amount of
Google code uses this attribute and assumes it is a deque, so it needs
to exist but can't have a more general annotation like Collection[Any].

I also removed a no-longer-used typing.Deque import.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change type of queue.Queue.queue to Collection[Any]

2 participants