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

### 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 **WIP: Current stage is "Proof of Concept".** Based on code used Google-internally (more details later). ## Suggested changelog entry: ```rst ```

## Description * Refactor exception translation a little - extract inline translation to a callable helper; * Call the helper if an exception occurs when trying to get a buffer...

### What version (or hash if on master) of pybind11 are you using? 2.13.5 ### Problem description I suppose Clang 3.4 is not widely used anymore, but just to let...

triage

Added a way for non custom types to take advantage of smart pointers which hopefully solves #787.

## Description **For those who would like to see this PR merged:** Please read https://github.com/pybind/pybind11/pull/5339#issuecomment-2335995085 ________ This PR is in **[Preview]** mode, for other maintainers to give feedback/support: **Is there...

## Description **WIP** Based on https://github.com/google/pybind11clif/pull/30005 (including accumulated follow-on fixes) and https://github.com/google/pybind11clif/pull/30140 (remove_cross_extension_shared_state branch). ## Suggested changelog entry: ```rst ```

## Description Avoid duplicating all signatures (as #2621 does), but also get rid of the "generic" signature (status quo). I.e., this PR basically goes in the opposite direction, compared to...

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