diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2019-05-24 17:24:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-24 17:24:42 (GMT) |
commit | 14738ff83d852c95a0cf33e5c90a85860a9c5620 (patch) | |
tree | 14ac00f5688e5352c9bfa0a953d1c210f21f454e /Misc/NEWS.d | |
parent | b1fc41784136a2eb9737a7f0c821db52ab8d4dee (diff) | |
download | cpython-14738ff83d852c95a0cf33e5c90a85860a9c5620.zip cpython-14738ff83d852c95a0cf33e5c90a85860a9c5620.tar.gz cpython-14738ff83d852c95a0cf33e5c90a85860a9c5620.tar.bz2 |
bpo-8138: Initialize wsgiref's SimpleServer as single-threaded (GH-12977)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-04-27-02-54-23.bpo-8138.osBRGI.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-04-27-02-54-23.bpo-8138.osBRGI.rst b/Misc/NEWS.d/next/Library/2019-04-27-02-54-23.bpo-8138.osBRGI.rst new file mode 100644 index 0000000..e94d0a6 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-04-27-02-54-23.bpo-8138.osBRGI.rst @@ -0,0 +1,2 @@ +Don't mark ``wsgiref.simple_server.SimpleServer`` as multi-threaded since +``wsgiref.simple_server.WSGIServer`` is single-threaded. |