We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5093a03 commit 6087734Copy full SHA for 6087734
1 file changed
include/pybind11/detail/internals.h
@@ -255,6 +255,8 @@ struct internals {
255
256
type_map<PyObject *> native_enum_type_map;
257
258
+ // Note: get_internals().get_memory_guarded_delete does
259
+ // not need to be wrapped in with_internals().
260
memory::get_guarded_delete_fn get_memory_guarded_delete = memory::get_guarded_delete;
261
262
internals()
0 commit comments