Marcel Telka
Marcel Telka
This is an attempt to solve issue we discussed in #8540. Untested. Please test before merge.
This should be merged _after_ #9353.
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist -...
It was already mentioned in #177, but without any solution offered. The `TestMonkeyPatching.test_wrap_class_method_inherited` test fails: ``` _____________ TestMonkeyPatching.test_wrap_class_method_inherited ______________ self = def test_wrap_class_method_inherited(self): _args = (1, 2) _kwargs = {'one':...
The sdist package at PyPI is missing `tox.ini` file. Please add the file to sdist package to make downstream testing easier. Thank you.
See https://spdx.org/licenses/ and https://spdx.org/licenses/BSD-2-Clause.html Thanks.
The sdist package at PyPI is missing the `tox.ini` file. Please add the missing file to sdist to make downstream testing easier. Thank you.
We found interoperability issue for batches between rsync 3.2.7 and rsync 3.1.2. ### Testing: First, we created batch files: ``` for ver in 3.1.2 3.2.7 ; do for i in...
## Summary * OS: OpenIndiana * Architecture: 64bit * Psutil version: 5.9.8 * Python version: 3.9.16 * Type: core ## Description The current `Process.cmdline()` implementation for **SUNOS** is this (file...