Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pybind11
From: Adam Ciarcinski
Date: 2024-09-14 10:05:20
Message id: 20240914080520.94929FC74@cvs.NetBSD.org
Log Message:
py-pybind11: updated to 2.13.6
2.13.6
New Features:
A new self._pybind11_conduit_v1_() method is automatically added to all \
py::class_-wrapped types, to enable type-safe interoperability between different \
independent Python/C++ bindings systems, including pybind11 versions with \
different PYBIND11_INTERNALS_VERSION's. Supported on pybind11 2.11.2, 2.12.1, \
and 2.13.6+.
Bug fixes:
Using __cpp_nontype_template_args instead of __cpp_nontype_template_parameter_class.
Properly translate C++ exception to Python exception when creating Python buffer \
from wrapped object.
Documentation:
Adds an answer (FAQ) for "What is a highly conclusive and simple way to \
find memory leaks?".
Files: