summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorQuentin Dawans <github@ovv.wtf>2019-04-09 13:40:59 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-04-09 13:40:59 (GMT)
commit56065d4c8ac03042cb7e29ffda9b1ac544a37b4d (patch)
tree445bd69f3856da7a222a5065dea161c4689b0354 /Misc
parent5aaac94eeb44697e92b0951385cd557bc27e0f6a (diff)
downloadcpython-56065d4c8ac03042cb7e29ffda9b1ac544a37b4d.zip
cpython-56065d4c8ac03042cb7e29ffda9b1ac544a37b4d.tar.gz
cpython-56065d4c8ac03042cb7e29ffda9b1ac544a37b4d.tar.bz2
bpo-34139: Remove unix datagram socket from FS before binding (GH-8323)
https://bugs.python.org/issue34139
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-07-18-11-25-34.bpo-34139.tKbmW7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-07-18-11-25-34.bpo-34139.tKbmW7.rst b/Misc/NEWS.d/next/Library/2018-07-18-11-25-34.bpo-34139.tKbmW7.rst
new file mode 100644
index 0000000..44284a7
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-07-18-11-25-34.bpo-34139.tKbmW7.rst
@@ -0,0 +1 @@
+Remove stale unix datagram socket before binding