Yves Delley

Results 42 issues of Yves Delley

When a cached property depends on an intermediate cached property, the intermediate property gets immediately evaluated when it's dependencies change. This is suboptimal, as cached properties are typically expensive to...

I have read the rationale behind the naming (and parameter order) of `unpack`. I agree with the parameter order, and I have no strong feelings about the name. However, whenever...

- [x] Closes #386 - [x] Executed ``pre-commit run --all-files`` with no errors - [x] The change is fully covered by automated unit tests - [x] Documented in docs/ as...

I think there is a need for a CInteger trait: A trait that converts anything you throw at it into a python integer if possible, without enforcing either `int` or...

being considered

While `setup.py` correctly declares a dependency on `python-magic`, relying on PIP for dependency resolution still fails; `python-magic` requires that the `libmagic` shared library is installed into the system separately, and...

On my embedded environment (https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm), there is no support for `wchar_t`. This PR adds preprocessor guards excluding code that refers to wide characters and strings. That guard is automatically applied...

## Description I just upgraded to jupyter notebook 7.0, thus migrating from the "classic" experience to the "jupyterlab" based version. With that migration, my user-experience has degraded significantly. I have...

bug
regression

### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

triage

[PEP 646 Variadic Generics](https://peps.python.org/pep-0646/) have landed in python 3.11, which allow generics to be written that accept a variable number of arguments, and the prime use-case is for numpy-like arrays....

feature