cpython/Misc/NEWS.d/next/Tests/2022-06-16-21-38-18.gh-issu...

5 lines
283 B
ReStructuredText

test_asyncio, test_logging, test_socket and test_socketserver now create
AF_UNIX domains in the current directory to no longer fail with
``OSError("AF_UNIX path too long")`` if the temporary directory (the
:envvar:`TMPDIR` environment variable) is too long. Patch by Victor Stinner.