nikitych

Results 4 issues of nikitych

https://github.com/systemd/python-systemd/blob/master/systemd/journal.py#L581-L586 record.exc_text is a cache for text representation of record.exc_info https://github.com/python/cpython/blob/master/Lib/logging/__init__.py#L335 record.exc_info is a tuple https://github.com/python/cpython/blob/master/Lib/logging/__init__.py#L1579 So send str(record.exc_info) is unnecessary. There is a default implementation in formatter https://github.com/python/cpython/blob/master/Lib/logging/__init__.py#L681-L689 Also...

Registry could use HTTP redirects by 3xx status code for example for load balancing. If such registry requires authorization at the same time dockerClient is fails to work with it....

kind/bug

### What happened? What is the problem? In case of [pg_auto_failover.spec](https://src.fedoraproject.org/rpms/pg_auto_failover/blob/9c7e2b1a9af7f174121b5f98cd5aaaf3793e780e/f/pg_auto_failover.spec#_50) or [xorgxrdp.spec](https://src.fedoraproject.org/rpms/xorgxrdp/blob/a2e0fe05f914afb0264e8da7e36fe6e7baa2ef34/f/xorgxrdp.spec#_34) begin of condition remains in main `package` section while `%endif` goes to sub-package. So you get `IndexError`...

kind/bug
area/general
complexity/single-task
gain/high
impact/low

Optimize `rmtree` to significantly reduce cleanup time, especially for large buildroots (e.g., from ~13 minutes for a ~2M-file tree down to ~1 minute). Profiling showed that a substantial amount of...

blocked