mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 21:25:13 +00:00
2640c950ca
Types need `tp_name` set to a C-style string, but the current `strdup` ends up with a leak (issue #977). This avoids the strdup by storing the `std::string` in internals so that during interpreter shutdown it will be properly destroyed. |
||
---|---|---|
.. | ||
pybind11 |