mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-27 07:06:13 +01:00
42f9f2bf3e
As long as the timeout is >= 0, Python's _ssl module will still use non-blocking I/O but not poll() but select(). poll(&fd, 1, TIMEOUT) seems to block _at least_ TIMEOUT time regardless of any errors. Currently, with SUSE's internal IPv6 layout, this meant a hang of a second per binary to fetch during "osc build". |
||
---|---|---|
.. | ||
util | ||
__init__.py | ||
.gitignore | ||
babysitter.py | ||
build.py | ||
checker.py | ||
cmdln.py | ||
commandline.py | ||
conf.py | ||
core.py | ||
fetch.py | ||
meter.py | ||
OscConfigParser.py | ||
oscerr.py | ||
oscssl.py | ||
oscsslexcp.py |