Emmanuel Arias
Emmanuel Arias
PyEval_CallObject is removed from python3.13 use PyObject_CallObject() instead. Issue originally reported [here](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081430)
Fix SyntaxWarning during build
Hi dear maintainer, Thanks for the work! This maybe is not a real bug/issue, but I put it on the table. In [#1085592](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085592) was requested to remove python3-fusepy from Recommends,...
Hi!, I'm building the latest version `2024.9.0`, but I have two tests that are failing but I cannot figure out the issue. The tests are: ``` FAILED fsspec/implementations/tests/test_zip.py::test_find_returns_expected_result_detail_true - AssertionError:...
Hi, There's a request for package [0] for this package. It would be great if you can consider separate the source code in two projects, one for the Python package...
HI, A Segmentation fault happen when tqdm is used in `pytest.mark.parametrize` To reproduce the issue you can run this test: ``` import pytest from tqdm import tqdm @pytest.mark.parametrize("progress", (None, tqdm(desc="hola")))...