[issue34139] Remove stale unix datagram socket before binding

2019-04-09 Thread Andrew Svetlov
Andrew Svetlov added the comment: Done -- nosy: -miss-islington resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue34139] Remove stale unix datagram socket before binding

2019-04-09 Thread miss-islington
miss-islington added the comment: New changeset 56065d4c8ac03042cb7e29ffda9b1ac544a37b4d by Miss Islington (bot) (Quentin Dawans) in branch 'master': bpo-34139: Remove unix datagram socket from FS before binding (GH-8323) https://github.com/python/cpython/commit/56065d4c8ac03042cb7e29ffda9b1a

[issue34139] Remove stale unix datagram socket before binding

2019-04-09 Thread Cheryl Sabella
Change by Cheryl Sabella : -- type: -> enhancement versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue34139] Remove stale unix datagram socket before binding

2018-07-18 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +7858 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue34139] Remove stale unix datagram socket before binding

2018-07-17 Thread Quentin Dawans
New submission from Quentin Dawans : Like https://github.com/python/asyncio/commit/806cc68d762acc30490cf5583569e41441c25c35 but for unix datagram socket. I'm looking into making a PR -- components: asyncio messages: 321829 nosy: asvetlov, qdawans, yselivanov priority: normal severity