[Python-Dev] test_multiprocessing:test_listener_client flakiness (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Wed Jun 18 18:40:02 CEST 2008
- Previous message: [Python-Dev] test_multiprocessing: test_listener_client flakiness
- Next message: [Python-Dev] test_multiprocessing: test_listener_client flakiness
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Amaury Forgeot d'Arc <amauryfa gmail.com> writes:
if family == 'AFINET': - return ('localhost', 0) + return ('', 0) elif family == 'AFUNIX': return tempfile.mktemp(prefix='listener-', dir=gettempdir()) elif family == 'AFPIPE':
Doesn't it have important security implications?
- Previous message: [Python-Dev] test_multiprocessing: test_listener_client flakiness
- Next message: [Python-Dev] test_multiprocessing: test_listener_client flakiness
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]