Miro Hrončok

Results 179 issues of Miro Hrončok

Z diskuze k https://github.com/pyvec/python.cz/pull/243 vyplynulo: > Taky by se asi vzhledem k použitelnosti naučse hodilo trochu [tu stránku na python.cz](https://python.cz/zacatecnici/) předělat a naučse tam víc zpropagovat.

content

(A částečně jsme to způsobil já.) Z kurzů není poznat, co je univerzita, o je fakulta, co je název (respektive zkratka) kurzu. Navíc u kurzů, kde to vím, je to...

content

The PYTHON_CFGDIR variable is more or less something like /usr/lib64/python3.12/config. Not only does this directory not exist on Python 3.6+ (it is called differently), but there is no libpython.so in...

Hello. When building mod_wsgi in CentOS Stream fro the Python 3.12 stack, rpminspect told us that: > `/usr/lib64/python3.12/site-packages/mod_wsgi/server/mod_wsgi-py312.cpython-312-x86_64-linux-gnu.so` has an invalid-looking DT_RUNPATH on x86_64: `/usr/lib64/python3.12/config` This is indeed suspicious, there...

## Summary * OS: CentOS Stream 10 * Architecture: ppc64le, s390x, or aarch64 * Psutil version: 5.9.8 * Python version: 3.12.1 * Type: tests ## Description Hello, similarly to https://github.com/giampaolo/psutil/issues/2373...

bug
tests
linux

## Summary * OS: CentOS Stream 10 * Architecture: aarch64 * Psutil version: 5.9.5, 5.9.8 * Python version: 3.12.1 * Type: tests ## Description I repeatedly see this test failure...

bug
tests
linux

## Summary * OS: CentOS Stream 10 * Bug fix: maybe * Type: tests * Fixes: N/A ## Description We see: ====================================================================== FAIL: psutil.tests.test_system.TestCpuAPIs.test_cpu_times ---------------------------------------------------------------------- Traceback (most recent call last):...

### Describe the bug Due to the logic in https://github.com/aio-libs/yarl/blob/bd5ff24f8a5a3347bf3251237b6d32c40e21b928/packaging/pep517_backend/_backend.py#L197-L204 the build backend dies with *File name too long* as the function recursively tries to copy `$TMPDIR` to itself when...

bug

Hello, In Fedora 39 we are building joblib with Python 3.12.0b3. The test_main_thread_renamed_no_warning test assert there are no warnings, but new DeprecationWarnings make it fail: - https://github.com/joblib/joblib/pull/1477 - `This process...

E AttributeError: 'called_once_with' is not a valid assertion. Use a spec for the mock if 'called_once_with' is meant to be an attribute.. Did you mean: 'assert_called_once_with'? FAILED tests/TestBackend.py::test__onSocketStateChanged_listening - Attribute......

PR: Community Contribution :crown: