Files
pybind11/include
Ralf W. Grosse-Kunstleve 7d3413944d Improve exception safety in get_or_create_call_once_storage_map()
Use std::unique_ptr to hold the newly allocated storage map until
the capsule is successfully created. This prevents a memory leak
if capsule creation throws an exception.
2025-12-19 21:58:18 -08:00
..