pybind11 icon indicating copy to clipboard operation
pybind11 copied to clipboard

Seamless operability between C++11 and Python

Results 368 pybind11 issues
Sort by recently updated
recently updated
newest added

### 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

## Description Follow-on to PR #5296: **Objective:** Maximize reusability of `PYBIND11_PLATFORM_ABI_ID` (for other Python/C++ binding systems). **Pure refactoring. No functional changes.** This PR also factors out pybind11/compat/pybind11_conduit_v1.h (from tests/exo_planet_c_api.cpp), but...

### 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

## Description Documentation entry for https://github.com/pybind/pybind11/pull/5291 - short explanation of new `py::warnings` namespace.

## Description The build command in the [docs](https://pybind11.readthedocs.io/en/stable/basics.html#creating-bindings-for-a-simple-function) fails when using a python venv with a different version to the global installation as python3-config will use the global one. For...

## Description This PR adds the option for defining `return_name` in a custom `type_caster`, which allows to have different python type hints for arguments and return value. The check if...

### 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

Hi, I want to bind an array of union, say I have: ``` typedef union A_t { uint32_t full; struct { uint32_t x:16; uint32_t y:16; }f; } A_t; union B_t...

### 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

### 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