Miro Hrončok

Results 305 comments of Miro Hrončok

My fix is at https://github.com/simonpercivall/astunparse/pull/57 -- frankly I don't know how good it is, but it makes the tests pass on all supported Python versions.

Oh, the infamous [scanf breaks with Qt apps and locales with decimal commas](https://github.com/WoLpH/numpy-stl/issues/52#issuecomment-440077501) :facepalm: My Fedora system is Czech and the Ubuntu/Debian system I tested this on is English. Feel...

The workaround would be to wrap lib3mf library calls with temporary numeric locale reset to C.

To construct the data, I'd use something like: ```python import requests httpie_versions = {} # Start with the last known non-EOLed Fedora version # It doesn't really matter if this...

> [This is the part](https://gist.github.com/isidentical/4504588f2a79484e0e2952b547ebf25d#L56) where we collect data from multiple providers (GH API, Repology), we can extend it with your script as well if need to be. This is...

Logs from pytest: ``` ============================= test session starts ============================== platform linux -- Python 3.11.0b1, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- .../aiohttp/venv/bin/python cachedir: .pytest_cache rootdir: .../aiohttp, configfile: setup.cfg plugins: cov-3.0.0, mock-3.7.0 collecting ......

Same failures happen with the 3.8.1 release. I've just tested if it's still present on master.

BTW The install step on the CI is likely to fail do to the 2 dependencies having pregenerated C sources with an old Cython version. If the cythinizing step happened...

Let me verify.

It doesn't seem so, no.