mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-07 08:15:22 +00:00
* Avoid local_internals destruction It allows to avoid possible static deinitialization fiasco. * Add link to relevant google style guide discussion