Yannick Jadoul

Results 24 issues of Yannick Jadoul

I might be doing something wrong, but could it be that the changes from #623 (related to #613) have made forward declarations of friend functions ambiguous? Our code (in pybind/pybind11#2828)...

bug
code

While advertising cibuildwheel to the PyPy team, I got the following suggestion: > `` if you want my opinion, the azure-pipelines is making an "artifact" that contains all the wheels,...

I was just made aware by @mattip that some Python distributions have `-g` in `sysconfig.get_config_vars('CFLAGS')`, and thus include debug symbols (including the versions in the `manylinux` images, it seems). The...

I ran into an issue now that pip changed to building in-tree by default, in combination with cibuildwheel and scikit-build: CPython 3.7 and PyPy 3.7 share the same build directory...

Just bumped into this, trying out scikit-build on my project (and throwing away a bunch of glue code; great!) `setuptools` by default includes a bunch of files, even if they're...

Hello. I'm in the situation where I have a C++14 extension (using the brilliant (pybind11)[https://github.com/pybind/pybind11] library), but the GCC version installed on the docker images are 4.8 and do not...

Just a tracking issue in case anyone is wondering where the new Python 3.12 wheels are. There are still a couple of things on the list, which need to happen...

Apparently, Python >= 3.5 supports "multi-phase initialization", allowing for sub-interpreters to be used: https://docs.python.org/3/c-api/module.html#multi-phase-initialization Something tells me this might also be relevant to #1558? (@EricCousineau-TRI might be interested?) Something to...

As described, Parselmouth is a Python interface to the widely-used scientific Praat software (cfr. [Google Scholar's list of Praat citations](https://scholar.google.com/scholar?cites=8104635033638065008&as_sdt=2005&sciodt=0,5&hl=en)). Not entirely sure this is the correct section/category, but I...

`jupyter nbconvert --execute minimal_reproducer.ipynb --to html` sometimes unpredictably hangs when executing the notebook. I've managed to reduce the reproducing notebook to just a single cell, which combines `ipywidgets.interact` with a...