mirror of
https://github.com/python/cpython
synced 2026-09-28 01:13:17 +03:00
gh-96471: Add shutdown() method to queue.Queue (#104750)
Co-authored-by: Duprat <yduprat@gmail.com>
This commit is contained in:
parent
d4d5bae147
commit
b2d9d134dc
5 changed files with 474 additions and 0 deletions
|
|
@ -403,6 +403,13 @@ pdb
|
|||
command line option or :envvar:`PYTHONSAFEPATH` environment variable).
|
||||
(Contributed by Tian Gao and Christian Walther in :gh:`111762`.)
|
||||
|
||||
queue
|
||||
-----
|
||||
|
||||
* Add :meth:`queue.Queue.shutdown` (along with :exc:`queue.ShutDown`) for queue
|
||||
termination.
|
||||
(Contributed by Laurie Opperman and Yves Duprat in :gh:`104750`.)
|
||||
|
||||
re
|
||||
--
|
||||
* Rename :exc:`!re.error` to :exc:`re.PatternError` for improved clarity.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue