Daniel Mach

Results 24 issues of Daniel Mach

### Subject urllib3 1.26.20 tracebacks because the default timeout is an object. ### Environment ``` OS Linux-6.14.0-1-default-x86_64-with-glibc2.36 Python 3.13.3 OpenSSL 3.0.15 3 Sep 2024 urllib3 1.26.20 ``` ### Steps to...

The following assignment doesn't work due to type incompatibility: ``` new_hdr[rpm.RPMTAG_FILECLASS] = old_hdr[rpm.RPMTAG_FILECLASS] ``` rpmtag.h claims that it is a list of integers: ``` RPMTAG_FILECLASS = 1141, /* i[] */...

API
python

``` $ podman run -it ubuntu:latest $ apt-get update $ apt-get install obs-build $ /usr/lib/obs-build/queryconfig Can't locate Build.pm in @INC (you may need to install the Build module) (@INC entries...