gh-111246: Remove listening Unix socket on close by CendioOssman · Pull Request #111483 · python/cpython
We only want to clean up *our* socket, so try to determine if we still own this address or if something else has replaced it.
aisk pushed a commit to aisk/cpython that referenced this pull request
fantix added a commit to MagicStack/uvloop that referenced this pull request
This is derived from python/cpython#111483 but available on all Python versions with uvloop, only that it's only enabled by default for Python 3.13 and above to be consistent with CPython behavior.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request
fantix added a commit to MagicStack/uvloop that referenced this pull request
This is derived from python/cpython#111483 but available on all Python versions with uvloop, only that it's only enabled by default for Python 3.13 and above to be consistent with CPython behavior. * Also add Python 3.13 to CI (#610) * Enable CI in debug mode * Fix CI to include [dev] --------- Co-authored-by: Fantix King <fantix.king@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters