Miro Hrončok

Results 179 issues of Miro Hrončok

Fixes https://github.com/Pylons/pyramid/issues/3761

### Describe your issue. When I try to build scipy 1.11.3 in Fedora with Python 3.13.0a1+ I see the following test failure: ``` ________________________________ test_decorator ________________________________ [gw1] linux -- Python...

defect
scipy.misc
maintenance

Does not fix https://github.com/eventlet/eventlet/issues/964 yet

### Describe the bug After upgrading Python in Fedora to 3.13.0.b2, we see the following test failures when uilding Cython 3.0.10: ``` [1/1] Cythonizing /builddir/build/BUILD/Cython-3.0.10-build/cython-3.0.10/TEST_TMP/13/run/cpp/test_coroutines_pep492/_cython_inline_e33364e9353c8a258c949b6036361a5e94d7aebd.pyx Sharded tests run in 1031...

setuptools' get_requires_for_build_wheel() hook already injects this dependency when building wheels is requested. See also 64d89385ce4b5ae2d05d176e7746bff0baaabafd. cc @webknjaz

type: enhancement
type: refactor
type: maintenance
C: PEP 517 impact
C: build logic
bot:chronographer:provided

Bottle is not Python 3.13+ ready, see https://github.com/bottlepy/bottle/issues/1403 In Fedora, we need pycurl to be able to use fedpkg, our tool for building Fedora packages. I plan to use this...

## Summary When we package linkchecker 10.4.0 in Fedora and we build it with Python 3.13.0b1, we see this failure: ``` ____________________________ TestFile.test_markdown ____________________________ [gw5] linux -- Python 3.13.0 /usr/bin/python3...

... /usr/lib/python3.13/site-packages/jupyter_client/jsonutil.py:31: in datetime.strptime("1", "%d") # noqa /usr/lib64/python3.13/_strptime.py:573: in _strptime_datetime tt, fraction, gmtoff_fraction = _strptime(data_string, format) /usr/lib64/python3.13/_strptime.py:336: in _strptime format_regex = _TimeRE_cache.compile(format) /usr/lib64/python3.13/_strptime.py:282: in compile return re_compile(self.pattern(format), IGNORECASE) /usr/lib64/python3.13/_strptime.py:270: in...

bug

# Bug report ### Bug description: As discussed in https://discuss.python.org/t/python-3-13-0-beta-3-now-available/56847/7 and https://github.com/python/cpython/issues/120766#issuecomment-2200251720 When I updated from Python 3.13.0b2 to b3 and started the REPL for the first time, pressing arrow...

type-bug
3.13
3.14
topic-repl