News

Describe the bug When creating a PythonFunction (using aws_lambda_python_alpha) with runtime Python 3.11, we cannot install the latest version of NumPy (2.3.0). Regression Issue Select this option if ...
It is possible to bind C++11 lambda functions with captured variables. The lambda capture data is stored inside the resulting Python function object. pybind11 uses C++11 move constructors and move ...