diff options
author | Quentin Dawans <github@ovv.wtf> | 2019-04-09 13:40:59 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-04-09 13:40:59 (GMT) |
commit | 56065d4c8ac03042cb7e29ffda9b1ac544a37b4d (patch) | |
tree | 445bd69f3856da7a222a5065dea161c4689b0354 /Misc | |
parent | 5aaac94eeb44697e92b0951385cd557bc27e0f6a (diff) | |
download | cpython-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.rst | 1 |
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 |