diff options
author | Victor Stinner <vstinner@python.org> | 2022-06-17 11:16:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 11:16:51 (GMT) |
commit | c5b750dc0b4d4e58047c9d93c635fa26b06562f7 (patch) | |
tree | a3a1701db431c87b54036b0f890dcf5c4a4230dd /Objects/setobject.c | |
parent | ffc228dd4e409336f2c2ad54125de384bf1a767b (diff) | |
download | cpython-c5b750dc0b4d4e58047c9d93c635fa26b06562f7.zip cpython-c5b750dc0b4d4e58047c9d93c635fa26b06562f7.tar.gz cpython-c5b750dc0b4d4e58047c9d93c635fa26b06562f7.tar.bz2 |
gh-93852: Add test.support.create_unix_domain_name() (#93914)
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
TMPDIR environment variable) is too long.
Modify the following tests to use create_unix_domain_name():
* test_asyncio
* test_logging
* test_socket
* test_socketserver
test_asyncio.utils: remove unused time import.
Diffstat (limited to 'Objects/setobject.c')
0 files changed, 0 insertions, 0 deletions