[issue40888] Add close method to queue

2020-06-09 Thread Raymond Hettinger
Raymond Hettinger added the comment: This can be re-opened if the discussion on the list warrants it. -- nosy: +rhettinger resolution: -> later stage: -> resolved status: open -> closed ___ Python tracker

[issue40888] Add close method to queue

2020-06-09 Thread Андрей Казанцев
Андрей Казанцев added the comment: Thank you so much -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue40888] Add close method to queue

2020-06-09 Thread Rémi Lapeyre
Rémi Lapeyre added the comment: The python-ideas is hosted at https://mail.python.org/mailman3/lists/python-ideas.python.org/, you can create an account and once it's validated you will be able to post a new message either using the web UI or by sending a mail directly to the list. -

[issue40888] Add close method to queue

2020-06-09 Thread Андрей Казанцев
Андрей Казанцев added the comment: How to do this? -- type: enhancement -> ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue40888] Add close method to queue

2020-06-06 Thread Eric V. Smith
Eric V. Smith added the comment: You should probably bring this up on the python-ideas mailing list. -- nosy: +eric.smith type: -> enhancement versions: +Python 3.10 ___ Python tracker _

[issue40888] Add close method to queue

2020-06-06 Thread Андрей Казанцев
New submission from Андрей Казанцев : I have a problem with notifying all current subscribers and new subscribers about the closure of the queue and the reason. For example, I have a producer that reads messages from websocket or something else and send this to a queue, and several consumers (