Daniele Parmeggiani

Results 27 comments of Daniele Parmeggiani

Hi, I probably have a corner case with this issue: in my docs, there's a table in which the first column always has preformatted text which is pretty long and...

Hi there 👋 Is there any blocker other than using `Py_REFCNT`? Anything I can help with?

I did some tests with the `pytest-run-parallel` package and there was only one failed test, I'll post a PR when I get the chance, probably this week.

Hello 👋 I've opened #243 There are a couple issues though: - locally I see one test failing with 3.13t (and not with 3.13), I'm not sure whether it's a...

The opened PR #243 is stale because of maintainer inactivity. Currently there's work going on to port zstd into python 3.14 stdlib, if you're willing to wait for that. Alternatively,...

See here for the relevant work on cpython's stdlib: https://github.com/python/cpython/issues/132983

mm, it's weird that I'm not seeing that. how are you running the tests? I'm doing `act -W .github/workflows/test.yml`

I've added `thread_unsafe` annotations to all tests that use hypothesis. I'm seeing a lot of warnings with the annotations, am I using it wrong? ``` PytestUnknownMarkWarning: Unknown pytest.mark.thread_unsafe - is...