pybind11
pybind11 copied to clipboard
Seamless operability between C++11 and Python
I was having issues with pybind using UTC times properly. As well, daylight savings datetimes were failing "roundtrip" tests. Linked to this discussion: https://github.com/pybind/pybind11/discussions/3451#discussioncomment-2291585
### 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...
Intel support is just about the only thing holding up version 2.6.2; there are now [three open PRs on it](https://github.com/pybind/pybind11/labels/compiler%3A%20intel). I've been working with Intel's support team, and they would...
## Description https://github.com/pybind/pybind11/discussions/3836 Add frozenset as a pybind11 type. Allow type_caster to be (explicitly) selected and specialized, defaulting to (inherit from) type_caster. Use type_caster for std::set, std::map etc. key converter....
## Description * Fixes #3912, by removing size information from list, while this information is helpful, it generates invalid type signatures for mypy and other type checkers. ## Suggested changelog...
### 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...
Hello, I encountered the problem with method returning std::unique_ptr. When exposed without trampoline class, everything works, however when trampoline class is involved, the code does not compile and compiler complains...
### 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...
Hi, I successfully generated and compiled binding for the esmini simulator by calling binder like [this](https://github.com/ebadi/esmini-pybind11/blob/master/dev-building-bindings.sh) and using the config/headers file in the [src](https://github.com/ebadi/esmini-pybind11/tree/master/src) directory. The generated bindings for each...
### 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...