The following nodes represent call sites where fuzz blockers occur.
| Amount of callsites blocked | Calltree index | Parent function | Callsite | Largest blocked function |
|---|---|---|---|---|
| 669 | 0 | EP | call site: {node_id} | _ZN8pybind114castINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEETnNS1_9enable_ifIXaantsr6detail11is_pyobjectIT_EE5valuentsr6detail22is_same_ignoring_cvrefIS9_P7_objectEE5valueEiE4typeELi0EEES9_RKNS_6handleE |
LLVMFuzzerTestOneInput
[function]
[call site]
00000
__cxa_guard_acquire
[call site]
00001
pybind11::scoped_interpreter::scoped_interpreter(bool, int, char const* const*, bool)
[function]
[call site]
00002
pybind11::initialize_interpreter(bool, int, char const* const*, bool)
[function]
[call site]
00003
PyConfig_InitPythonConfig
[call site]
00004
pybind11::initialize_interpreter(PyConfig*, int, char const* const*, bool)
[function]
[call site]
00005
pybind11::detail::precheck_interpreter()
[function]
[call site]
00006
Py_IsInitialized
[call site]
00007
pybind11::pybind11_fail(char const*)
[function]
[call site]
00008
PyErr_Occurred
[call site]
00009
__assert_fail
[call site]
00010
__cxa_allocate_exception
[call site]
00011
std::runtime_error::runtime_error(char const*)
[call site]
00012
__cxa_throw
[call site]
00013
std::runtime_error::~runtime_error()
[call site]
00014
__cxa_free_exception
[call site]
00015
PyConfig_SetBytesArgv
[call site]
00016
PyStatus_Exception
[call site]
00017
PyConfig_Clear
[call site]
00018
__cxa_allocate_exception
[call site]
00019
PyStatus_IsError
[call site]
00020
std::runtime_error::runtime_error(char const*)
[call site]
00021
__cxa_throw
[call site]
00022
std::runtime_error::~runtime_error()
[call site]
00023
__cxa_free_exception
[call site]
00024
Py_InitializeFromConfig
[call site]
00025
PyStatus_Exception
[call site]
00026
PyConfig_Clear
[call site]
00027
__cxa_allocate_exception
[call site]
00028
PyStatus_IsError
[call site]
00029
std::runtime_error::runtime_error(char const*)
[call site]
00030
__cxa_throw
[call site]
00031
std::runtime_error::~runtime_error()
[call site]
00032
__cxa_free_exception
[call site]
00033
PyRun_SimpleStringFlags
[call site]
00034
PyConfig_Clear
[call site]
00035
pybind11::detail::has_seen_non_main_interpreter()
[function]
[call site]
00036
__cxa_atexit
[call site]
00037
pybind11::scoped_interpreter::~scoped_interpreter()
[function]
[call site]
00038
pybind11::finalize_interpreter()
[function]
[call site]
00039
pybind11::detail::has_seen_non_main_interpreter()
[function]
[call site]
00040
pybind11::detail::get_internals_pp_manager()
[function]
[call site]
00041
pybind11::detail::internals_pp_manager<pybind11::detail::internals>::get_instance(char const*, void (*)(pybind11::detail::internals*))
[function]
[call site]
00042
__cxa_guard_acquire
[call site]
00043
pybind11::detail::internals_pp_manager<pybind11::detail::internals>::internals_pp_manager(char const*, void (*)(pybind11::detail::internals*))
[function]
[call site]
00044
__cxa_guard_release
[call site]
00045
__cxa_guard_abort
[call site]
00046
pybind11::detail::check_internals_local_exception_translator(pybind11::detail::internals*)
[function]
[call site]
00047
pybind11::detail::internals_pp_manager<pybind11::detail::internals>::unref()
[function]
[call site]
00048
pybind11::detail::get_local_internals_pp_manager()
[function]
[call site]
00049
__cxa_guard_acquire
[call site]
00050
__cxa_atexit
[call site]
00051
__cxa_guard_release
[call site]
00052
pybind11::detail::internals_pp_manager<pybind11::detail::local_internals>::get_instance(char const*, void (*)(pybind11::detail::local_internals*))
[function]
[call site]
00053
pybind11::detail::internals_pp_manager<pybind11::detail::local_internals>::internals_pp_manager(char const*, void (*)(pybind11::detail::local_internals*))
[function]
[call site]
00054
__cxa_guard_abort
[call site]
00055
pybind11::detail::internals_pp_manager<pybind11::detail::local_internals>::unref()
[function]
[call site]
00056
pybind11::detail::has_seen_non_main_interpreter()
[function]
[call site]
00057
pybind11::detail::get_internals_pp_manager()
[function]
[call site]
00058
pybind11::detail::internals_pp_manager<pybind11::detail::internals>::get_pp()
[function]
[call site]
00059
pybind11::gil_scoped_acquire_simple::gil_scoped_acquire_simple()
[function]
[call site]
00060
PyGILState_Ensure
[call site]
00061
pybind11::detail::internals_pp_manager<pybind11::detail::internals>::get_or_create_pp_in_state_dict()
[function]
[call site]
00062
std::__1::pair<std::__1::unique_ptr<pybind11::detail::internals, std::__1::default_delete<pybind11::detail::internals> >*, bool> pybind11::detail::atomic_get_or_create_in_state_dict<std::__1::unique_ptr<pybind11::detail::internals, std::__1::default_delete<pybind11::detail::internals> > >(char const*, bool)
[function]
[call site]
00063
pybind11::error_scope::error_scope()
[function]
[call site]
00064
PyErr_Fetch
[call site]
00065
pybind11::detail::get_python_state_dict()
[function]
[call site]
00066
pybind11::object::object()
[function]
[call site]
00067
pybind11::handle::handle()
[function]
[call site]
00068
PyInterpreterState_Get
[call site]
00069
PyInterpreterState_GetDict
[call site]
00070
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00071
pybind11::object pybind11::reinterpret_borrow<pybind11::object>(pybind11::handle)
[function]
[call site]
00072
pybind11::object::object(pybind11::handle, pybind11::object::borrowed_t)
[function]
[call site]
00073
pybind11::handle::inc_ref() const &
[function]
[call site]
00074
pybind11::handle::inc_ref_counter(unsigned long)
[function]
[call site]
00075
PyGILState_Check
[call site]
00076
pybind11::handle::throw_gilstate_error(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const
[function]
[call site]
00077
fprintf
[call site]
00078
fprintf
[call site]
00079
fprintf
[call site]
00080
fflush
[call site]
00081
__cxa_allocate_exception
[call site]
00082
std::runtime_error::runtime_error(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
[call site]
00083
__cxa_throw
[call site]
00084
__cxa_free_exception
[call site]
00085
_Py_XINCREF(_object*)
[function]
[call site]
00086
_Py_INCREF(_object*)
[function]
[call site]
00087
pybind11::object::operator=(pybind11::object&&)
[function]
[call site]
00088
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00089
pybind11::handle::dec_ref() const &
[function]
[call site]
00090
PyGILState_Check
[call site]
00091
pybind11::handle::throw_gilstate_error(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const
[function]
[call site]
00092
_Py_XDECREF(_object*)
[function]
[call site]
00093
_Py_DECREF(_object*)
[function]
[call site]
00094
_Py_Dealloc
[call site]
00095
__clang_call_terminate
[call site]
00096
__cxa_begin_catch
[call site]
00097
pybind11::object::~object()
[function]
[call site]
00098
pybind11::handle::dec_ref() const &
[function]
[call site]
00099
__clang_call_terminate
[call site]
00100
pybind11::handle::operator bool() const
[function]
[call site]
00101
pybind11::raise_from(_object*, char const*)
[function]
[call site]
00102
PyErr_Occurred
[call site]
00103
__assert_fail
[call site]
00104
PyErr_Fetch
[call site]
00105
PyErr_NormalizeException
[call site]
00106
PyException_SetTraceback
[call site]
00107
_Py_DECREF(_object*)
[function]
[call site]
00108
_Py_DECREF(_object*)
[function]
[call site]
00109
PyErr_Occurred
[call site]
00110
__assert_fail
[call site]
00111
PyErr_SetString
[call site]
00112
PyErr_Fetch
[call site]
00113
PyErr_NormalizeException
[call site]
00114
_Py_INCREF(_object*)
[function]
[call site]
00115
PyException_SetCause
[call site]
00116
PyException_SetContext
[call site]
00117
PyErr_Restore
[call site]
00118
__cxa_allocate_exception
[call site]
00119
pybind11::error_already_set::error_already_set()
[function]
[call site]
00120
std::exception::exception[abi:ne180100]()
[function]
[call site]
00121
pybind11::detail::error_fetch_and_normalize::error_fetch_and_normalize(char const*)
[function]
[call site]
00122
pybind11::object::object()
[function]
[call site]
00123
pybind11::handle::ptr()
[function]
[call site]
00124
PyErr_Fetch
[call site]
00125
pybind11::handle::operator bool() const
[function]
[call site]
00126
pybind11::pybind11_fail(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
[function]
[call site]
00127
PyErr_Occurred
[call site]
00128
__assert_fail
[call site]
00129
__cxa_allocate_exception
[call site]
00130
std::runtime_error::runtime_error(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
[call site]
00131
__cxa_throw
[call site]
00132
std::runtime_error::~runtime_error()
[call site]
00133
__cxa_free_exception
[call site]
00134
pybind11::handle::ptr()
[function]
[call site]
00135
pybind11::detail::obj_class_name(_object*)
[function]
[call site]
00136
_PyType_Check(_object*)
[function]
[call site]
00137
PyType_HasFeature(_typeobject*, unsigned long)
[function]
[call site]
00138
pybind11::pybind11_fail(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
[function]
[call site]
00139
pybind11::handle::ptr()
[function]
[call site]
00140
PyErr_NormalizeException
[call site]
00141
pybind11::handle::ptr()
[function]
[call site]
00142
pybind11::pybind11_fail(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
[function]
[call site]
00143
pybind11::handle::ptr()
[function]
[call site]
00144
pybind11::detail::obj_class_name(_object*)
[function]
[call site]
00145
pybind11::pybind11_fail(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
[function]
[call site]
00146
pybind11::detail::error_fetch_and_normalize::format_value_and_trace() const
[function]
[call site]
00147
pybind11::handle::operator bool() const
[function]
[call site]
00148
pybind11::handle::ptr() const
[function]
[call site]
00149
PyObject_Str
[call site]
00150
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00151
pybind11::object pybind11::reinterpret_steal<pybind11::object>(pybind11::handle)
[function]
[call site]
00152
pybind11::object::object(pybind11::handle, pybind11::object::stolen_t)
[function]
[call site]
00153
pybind11::handle::operator bool() const
[function]
[call site]
00154
pybind11::detail::error_string()
[function]
[call site]
00155
pybind11::detail::error_fetch_and_normalize::error_fetch_and_normalize(char const*)
[function]
[call site]
00156
pybind11::pybind11_fail(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
[function]
[call site]
00157
pybind11::object::~object()
[function]
[call site]
00158
pybind11::detail::error_fetch_and_normalize::error_string() const
[function]
[call site]
00159
pybind11::detail::error_fetch_and_normalize::format_value_and_trace() const
[function]
[call site]
00160
pybind11::handle::ptr()
[function]
[call site]
00161
PyUnicode_AsEncodedString
[call site]
00162
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00163
pybind11::object pybind11::reinterpret_steal<pybind11::object>(pybind11::handle)
[function]
[call site]
00164
pybind11::handle::operator bool() const
[function]
[call site]
00165
pybind11::detail::error_string()
[function]
[call site]
00166
pybind11::detail::error_fetch_and_normalize::~error_fetch_and_normalize()
[function]
[call site]
00167
pybind11::object::~object()
[function]
[call site]
00168
pybind11::object::~object()
[function]
[call site]
00169
pybind11::handle::ptr()
[function]
[call site]
00170
PyBytes_AsStringAndSize
[call site]
00171
pybind11::detail::error_string()
[function]
[call site]
00172
pybind11::object::~object()
[function]
[call site]
00173
pybind11::handle::operator bool() const
[function]
[call site]
00174
pybind11::handle::ptr() const
[function]
[call site]
00175
_Py_XINCREF(_object*)
[function]
[call site]
00176
PyFrame_GetCode
[call site]
00177
PyFrame_GetLineNumber
[call site]
00178
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00179
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > pybind11::handle::cast<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >() const
[function]
[call site]
00180
_ZN8pybind114castINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEETnNS1_9enable_ifIXaantsr6detail11is_pyobjectIT_EE5valuentsr6detail22is_same_ignoring_cvrefIS9_P7_objectEE5valueEiE4typeELi0EEES9_RKNS_6handleE
[function]
[call site]
00181
pybind11::detail::type_caster<pybind11::detail::intrinsic_type<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::type, void> pybind11::detail::load_type<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(pybind11::handle const&)
[function]
[call site]
00182
pybind11::detail::type_caster<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, void>::type_caster()
[function]
[call site]
00183
pybind11::detail::string_caster<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false>::string_caster()
[function]
[call site]
00184
pybind11::detail::type_caster<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, void>& pybind11::detail::load_type<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, void>(pybind11::detail::type_caster<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, void>&, pybind11::handle const&)
[function]
[call site]
00185
pybind11::detail::string_caster<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false>::load(pybind11::handle, bool)
[function]
[call site]
00186
pybind11::handle::operator bool() const
[function]
[call site]
00187
pybind11::handle::ptr()
[function]
[call site]
00188
PyType_HasFeature(_typeobject*, unsigned long)
[function]
[call site]
00189
_ZN8pybind116detail13string_casterINSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEELb0EE8load_rawIcEEbNS2_9enable_ifIXsr3std7is_sameIT_cEE5valueENS_6handleEE4typeE
[function]
[call site]
00190
pybind11::handle::ptr()
[function]
[call site]
00191
PyType_HasFeature(_typeobject*, unsigned long)
[function]
[call site]
00192
pybind11::handle::ptr()
[function]
[call site]
00193
PyBytes_AsString
[call site]
00194
pybind11::pybind11_fail(char const*)
[function]
[call site]
00195
pybind11::handle::ptr()
[function]
[call site]
00196
PyBytes_Size
[call site]
00197
pybind11::handle::ptr()
[function]
[call site]
00198
_PyObject_TypeCheck(_object*, _typeobject*)
[function]
[call site]
00199
_Py_IS_TYPE(_object const*, _typeobject const*)
[function]
[call site]
00200
PyType_IsSubtype
[call site]
00201
PyByteArray_AsString
[call site]
00202
pybind11::pybind11_fail(char const*)
[function]
[call site]
00203
pybind11::handle::ptr()
[function]
[call site]
00204
PyByteArray_Size
[call site]
00205
pybind11::handle::ptr()
[function]
[call site]
00206
PyUnicode_AsUTF8AndSize
[call site]
00207
PyErr_Clear
[call site]
00208
__cxa_allocate_exception
[call site]
00209
pybind11::type::handle_of(pybind11::handle)
[function]
[call site]
00210
pybind11::handle::ptr()
[function]
[call site]
00211
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00212
_ZN8pybind113strC2INS_6handleETnNSt3__19enable_ifIXaantsr3std10is_base_ofINS_6objectENS_6detail12remove_cvrefIT_E4typeEEE5valuesr3std16is_constructibleIS2_S8_EE5valueEiE4typeELi0EEEOS8_
[function]
[call site]
00213
pybind11::handle::ptr()
[function]
[call site]
00214
pybind11::str::raw_str(_object*)
[function]
[call site]
00215
PyObject_Str
[call site]
00216
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00217
pybind11::object::object(pybind11::handle, pybind11::object::stolen_t)
[function]
[call site]
00218
__cxa_allocate_exception
[call site]
00219
pybind11::error_already_set::error_already_set()
[function]
[call site]
00220
std::exception::~exception()
[call site]
00221
__cxa_throw
[call site]
00222
__cxa_free_exception
[call site]
00223
pybind11::object::~object()
[function]
[call site]
00224
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > pybind11::object::cast<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >() &&
[function]
[call site]
00225
_ZN8pybind114castINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEENS1_9enable_ifIXaantsr6detail11is_pyobjectIT_EE5valuesr6detail20move_if_unreferencedIS9_EE5valueES9_E4typeEONS_6objectE
[function]
[call site]
00226
pybind11::detail::object_api<pybind11::handle>::ref_count() const
[function]
[call site]
00227
pybind11::detail::object_api<pybind11::handle>::derived() const
[function]
[call site]
00228
pybind11::handle::ptr() const
[function]
[call site]
00229
_Py_REFCNT(_object const*)
[function]
[call site]
00230
_ZN8pybind114castINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEETnNS1_9enable_ifIXaantsr6detail11is_pyobjectIT_EE5valuentsr6detail22is_same_ignoring_cvrefIS9_P7_objectEE5valueEiE4typeELi0EEES9_RKNS_6handleE
[function]
[call site]
00231
pybind11::detail::type_caster<pybind11::detail::intrinsic_type<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::type, void>::cast_op_type<std::__1::add_rvalue_reference<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::type> pybind11::detail::cast_op<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(pybind11::detail::type_caster<pybind11::detail::intrinsic_type<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::type, void>&&)
[function]
[call site]
00232
pybind11::detail::string_caster<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false>::operator std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&() &&
[function]
[call site]
00233
pybind11::detail::type_caster<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, void>::~type_caster()
[function]
[call site]
00234
pybind11::detail::string_caster<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false>::~string_caster()
[function]
[call site]
00235
_ZN8pybind114moveINSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEEENS1_9enable_ifIXntsr6detail10move_neverIT_EE5valueES9_E4typeEONS_6objectE
[function]
[call site]
00236
pybind11::detail::object_api<pybind11::handle>::ref_count() const
[function]
[call site]
00237
__cxa_allocate_exception
[call site]
00238
pybind11::type::handle_of(pybind11::handle)
[function]
[call site]
00239
_ZN8pybind113strC2INS_6handleETnNSt3__19enable_ifIXaantsr3std10is_base_ofINS_6objectENS_6detail12remove_cvrefIT_E4typeEEE5valuesr3std16is_constructibleIS2_S8_EE5valueEiE4typeELi0EEEOS8_
[function]
[call site]
00240
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > pybind11::object::cast<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >() &&
[function]
[call site]
00241
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > pybind11::type_id<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >()
[function]
[call site]
00242
pybind11::detail::clean_type_id(char const*)
[function]
[call site]
00243
pybind11::detail::clean_type_id(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&)
[function]
[call site]
00244
__cxa_demangle
[call site]
00245
pybind11::detail::erase_all(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
[function]
[call site]
00246
pybind11::cast_error::runtime_error(std::__1::basic_string<char, std::runtime_error::char_traits<char>, std::runtime_error::allocator<char> > const&)
[function]
[call site]
00247
pybind11::builtin_exception::runtime_error(std::__1::basic_string<char, std::runtime_error::char_traits<char>, std::runtime_error::allocator<char> > const&)
[function]
[call site]
00248
std::runtime_error::runtime_error(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
[call site]
00249
__cxa_throw
[call site]
00250
pybind11::str::~str()
[function]
[call site]
00251
pybind11::object::~object()
[function]
[call site]
00252
__cxa_free_exception
[call site]
00253
pybind11::detail::type_caster<pybind11::detail::intrinsic_type<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::type, void> pybind11::detail::load_type<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(pybind11::handle const&)
[function]
[call site]
00254
pybind11::detail::type_caster<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, void>::~type_caster()
[function]
[call site]
00255
pybind11::detail::string_caster<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false>::operator std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&()
[function]
[call site]
00256
pybind11::detail::type_caster<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, void>::~type_caster()
[function]
[call site]
00257
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > pybind11::type_id<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >()
[function]
[call site]
00258
pybind11::cast_error::runtime_error(std::__1::basic_string<char, std::runtime_error::char_traits<char>, std::runtime_error::allocator<char> > const&)
[function]
[call site]
00259
__cxa_throw
[call site]
00260
pybind11::str::~str()
[function]
[call site]
00261
__cxa_free_exception
[call site]
00262
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00263
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > pybind11::handle::cast<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >() const
[function]
[call site]
00264
_Py_DECREF(_object*)
[function]
[call site]
00265
PyFrame_GetBack
[call site]
00266
_Py_DECREF(_object*)
[function]
[call site]
00267
__cxa_throw
[call site]
00268
__cxa_free_exception
[call site]
00269
pybind11::object::~object()
[function]
[call site]
00270
pybind11::dict pybind11::reinterpret_borrow<pybind11::dict>(pybind11::handle)
[function]
[call site]
00271
pybind11::dict::dict(pybind11::handle, pybind11::object::borrowed_t)
[function]
[call site]
00272
pybind11::object::object(pybind11::handle, pybind11::object::borrowed_t)
[function]
[call site]
00273
pybind11::object::~object()
[function]
[call site]
00274
pybind11::handle::ptr()
[function]
[call site]
00275
pybind11::detail::dict_getitemstring(_object*, char const*)
[function]
[call site]
00276
PyUnicode_FromString
[call site]
00277
__cxa_allocate_exception
[call site]
00278
pybind11::error_already_set::error_already_set()
[function]
[call site]
00279
__cxa_throw
[call site]
00280
pybind11::error_already_set::~error_already_set()
[function]
[call site]
00281
std::exception::~exception()
[call site]
00282
__cxa_free_exception
[call site]
00283
PyDict_GetItemWithError
[call site]
00284
_Py_DECREF(_object*)
[function]
[call site]
00285
PyErr_Occurred
[call site]
00286
__cxa_allocate_exception
[call site]
00287
pybind11::error_already_set::error_already_set()
[function]
[call site]
00288
__cxa_throw
[call site]
00289
pybind11::error_already_set::~error_already_set()
[function]
[call site]
00290
__cxa_free_exception
[call site]
00291
PyErr_Occurred
[call site]
00292
__cxa_allocate_exception
[call site]
00293
pybind11::error_already_set::error_already_set()
[function]
[call site]
00294
__cxa_throw
[call site]
00295
__cxa_free_exception
[call site]
00296
pybind11::detail::atomic_get_or_create_in_state_dict<std::__1::unique_ptr<pybind11::detail::internals, std::__1::default_delete<pybind11::detail::internals> > >(char const*, bool)::{lambda(void*)#1}::operator void (*)(void*)() const
[function]
[call site]
00297
pybind11::capsule::capsule(void const*, void (*)(void*))
[function]
[call site]
00298
pybind11::object::object()
[function]
[call site]
00299
pybind11::capsule::initialize_with_void_ptr_destructor(void const*, char const*, void (*)(void*))
[function]
[call site]
00300
pybind11::capsule::initialize_with_void_ptr_destructor(void const*, char const*, void (*)(void*))::{lambda(_object*)#1}::operator void (*)(_object*)() const
[function]
[call site]
00301
PyCapsule_New
[call site]
00302
PyCapsule_SetContext
[call site]
00303
__cxa_allocate_exception
[call site]
00304
pybind11::error_already_set::error_already_set()
[function]
[call site]
00305
__cxa_throw
[call site]
00306
pybind11::error_already_set::~error_already_set()
[function]
[call site]
00307
__cxa_free_exception
[call site]
00308
pybind11::object::~object()
[function]
[call site]
00309
pybind11::detail::dict_setdefaultstring(_object*, char const*, _object*)
[function]
[call site]
00310
PyUnicode_FromString
[call site]
00311
__cxa_allocate_exception
[call site]
00312
pybind11::error_already_set::error_already_set()
[function]
[call site]
00313
__cxa_throw
[call site]
00314
pybind11::error_already_set::~error_already_set()
[function]
[call site]
00315
__cxa_free_exception
[call site]
00316
PyDict_SetDefault
[call site]
00317
_Py_DECREF(_object*)
[function]
[call site]
00318
__cxa_allocate_exception
[call site]
00319
pybind11::error_already_set::error_already_set()
[function]
[call site]
00320
__cxa_throw
[call site]
00321
pybind11::error_already_set::~error_already_set()
[function]
[call site]
00322
__cxa_free_exception
[call site]
00323
__cxa_allocate_exception
[call site]
00324
pybind11::error_already_set::error_already_set()
[function]
[call site]
00325
__cxa_throw
[call site]
00326
__cxa_free_exception
[call site]
00327
PyCapsule_SetDestructor
[call site]
00328
__cxa_allocate_exception
[call site]
00329
pybind11::error_already_set::error_already_set()
[function]
[call site]
00330
__cxa_throw
[call site]
00331
__cxa_free_exception
[call site]
00332
pybind11::capsule::~capsule()
[function]
[call site]
00333
pybind11::object::~object()
[function]
[call site]
00334
PyCapsule_GetPointer
[call site]
00335
pybind11::raise_from(_object*, char const*)
[function]
[call site]
00336
__cxa_allocate_exception
[call site]
00337
pybind11::error_already_set::error_already_set()
[function]
[call site]
00338
__cxa_throw
[call site]
00339
__cxa_free_exception
[call site]
00340
pybind11::dict::~dict()
[function]
[call site]
00341
pybind11::object::~object()
[function]
[call site]
00342
pybind11::error_scope::~error_scope()
[function]
[call site]
00343
PyErr_Restore
[call site]
00344
__clang_call_terminate
[call site]
00345
pybind11::gil_scoped_acquire_simple::~gil_scoped_acquire_simple()
[function]
[call site]
00346
PyGILState_Release
[call site]
00347
__clang_call_terminate
[call site]
00348
pybind11::detail::get_local_internals_pp_manager()
[function]
[call site]
00349
pybind11::detail::internals_pp_manager<pybind11::detail::local_internals>::get_pp()
[function]
[call site]
00350
pybind11::detail::internals_pp_manager<pybind11::detail::local_internals>::get_or_create_pp_in_state_dict()
[function]
[call site]
00351
std::__1::pair<std::__1::unique_ptr<pybind11::detail::local_internals, std::__1::default_delete<pybind11::detail::local_internals> >*, bool> pybind11::detail::atomic_get_or_create_in_state_dict<std::__1::unique_ptr<pybind11::detail::local_internals, std::__1::default_delete<pybind11::detail::local_internals> > >(char const*, bool)
[function]
[call site]
00352
pybind11::detail::atomic_get_or_create_in_state_dict<std::__1::unique_ptr<pybind11::detail::local_internals, std::__1::default_delete<pybind11::detail::local_internals> > >(char const*, bool)::{lambda(void*)#1}::operator void (*)(void*)() const
[function]
[call site]
00353
Py_Finalize
[call site]
00354
pybind11::detail::get_internals_pp_manager()
[function]
[call site]
00355
pybind11::detail::internals_pp_manager<pybind11::detail::internals>::destroy()
[function]
[call site]
00356
pybind11::detail::internals_pp_manager<pybind11::detail::internals>::unref()
[function]
[call site]
00357
pybind11::detail::get_local_internals_pp_manager()
[function]
[call site]
00358
pybind11::detail::internals_pp_manager<pybind11::detail::local_internals>::destroy()
[function]
[call site]
00359
pybind11::detail::internals_pp_manager<pybind11::detail::local_internals>::unref()
[function]
[call site]
00360
pybind11::detail::has_seen_non_main_interpreter()
[function]
[call site]
00361
__clang_call_terminate
[call site]
00362
__cxa_guard_release
[call site]
00363
pybind11::dict::dict()
[function]
[call site]
00364
PyDict_New
[call site]
00365
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00366
pybind11::object::object(pybind11::handle, pybind11::object::stolen_t)
[function]
[call site]
00367
pybind11::pybind11_fail(char const*)
[function]
[call site]
00368
pybind11::object::~object()
[function]
[call site]
00369
pybind11::str::str(char const*)
[function]
[call site]
00370
PyUnicode_FromString
[call site]
00371
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00372
pybind11::object::object(pybind11::handle, pybind11::object::stolen_t)
[function]
[call site]
00373
PyErr_Occurred
[call site]
00374
__cxa_allocate_exception
[call site]
00375
pybind11::error_already_set::error_already_set()
[function]
[call site]
00376
__cxa_throw
[call site]
00377
__cxa_free_exception
[call site]
00378
pybind11::pybind11_fail(char const*)
[function]
[call site]
00379
pybind11::object::~object()
[function]
[call site]
00380
pybind11::globals()
[function]
[call site]
00381
PyEval_GetGlobals
[call site]
00382
pybind11::module_::import(char const*)
[function]
[call site]
00383
PyImport_ImportModule
[call site]
00384
__cxa_allocate_exception
[call site]
00385
pybind11::error_already_set::error_already_set()
[function]
[call site]
00386
__cxa_throw
[call site]
00387
pybind11::error_already_set::~error_already_set()
[function]
[call site]
00388
__cxa_free_exception
[call site]
00389
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00390
pybind11::module_ pybind11::reinterpret_steal<pybind11::module_>(pybind11::handle)
[function]
[call site]
00391
pybind11::module_::module_(pybind11::handle, pybind11::object::stolen_t)
[function]
[call site]
00392
pybind11::object::object(pybind11::handle, pybind11::object::stolen_t)
[function]
[call site]
00393
pybind11::detail::object_api<pybind11::handle>::attr(char const*) const
[function]
[call site]
00394
pybind11::detail::object_api<pybind11::handle>::derived() const
[function]
[call site]
00395
pybind11::detail::accessor<pybind11::detail::accessor_policies::str_attr>::accessor(pybind11::handle, char const*)
[function]
[call site]
00396
pybind11::object::object()
[function]
[call site]
00397
pybind11::detail::accessor<pybind11::detail::accessor_policies::str_attr>::ptr() const
[function]
[call site]
00398
pybind11::detail::accessor<pybind11::detail::accessor_policies::str_attr>::get_cache() const
[function]
[call site]
00399
pybind11::handle::operator bool() const
[function]
[call site]
00400
pybind11::detail::accessor_policies::str_attr::get(pybind11::handle, char const*)
[function]
[call site]
00401
pybind11::getattr(pybind11::handle, char const*)
[function]
[call site]
00402
pybind11::handle::ptr()
[function]
[call site]
00403
PyObject_GetAttrString
[call site]
00404
__cxa_allocate_exception
[call site]
00405
pybind11::error_already_set::error_already_set()
[function]
[call site]
00406
__cxa_throw
[call site]
00407
pybind11::error_already_set::~error_already_set()
[function]
[call site]
00408
__cxa_free_exception
[call site]
00409
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00410
pybind11::object pybind11::reinterpret_steal<pybind11::object>(pybind11::handle)
[function]
[call site]
00411
pybind11::object::operator=(pybind11::object&&)
[function]
[call site]
00412
pybind11::object::~object()
[function]
[call site]
00413
pybind11::handle::ptr()
[function]
[call site]
00414
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00415
pybind11::dict pybind11::reinterpret_borrow<pybind11::dict>(pybind11::handle)
[function]
[call site]
00416
pybind11::detail::accessor<pybind11::detail::accessor_policies::str_attr>::~accessor()
[function]
[call site]
00417
pybind11::object::~object()
[function]
[call site]
00418
pybind11::module_::~module_()
[function]
[call site]
00419
pybind11::object::~object()
[function]
[call site]
00420
pybind11::object::object(pybind11::object&&)
[function]
[call site]
00421
pybind11::object::object(pybind11::object const&)
[function]
[call site]
00422
pybind11::handle::inc_ref() const &
[function]
[call site]
00423
pybind11::exec(pybind11::str const&, pybind11::object, pybind11::object)
[function]
[call site]
00424
pybind11::object::object(pybind11::object&&)
[function]
[call site]
00425
pybind11::object pybind11::eval<(pybind11::eval_mode)2>(pybind11::str const&, pybind11::object, pybind11::object)
[function]
[call site]
00426
pybind11::handle::operator bool() const
[function]
[call site]
00427
pybind11::object::operator=(pybind11::object const&)
[function]
[call site]
00428
pybind11::detail::object_api<pybind11::handle>::is(pybind11::detail::object_api<pybind11::handle> const&) const
[function]
[call site]
00429
pybind11::detail::object_api<pybind11::handle>::derived() const
[function]
[call site]
00430
pybind11::handle::ptr() const
[function]
[call site]
00431
pybind11::handle::inc_ref() const &
[function]
[call site]
00432
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00433
pybind11::handle::dec_ref() const &
[function]
[call site]
00434
pybind11::detail::ensure_builtins_in_globals(pybind11::object&)
[function]
[call site]
00435
pybind11::str::operator std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >() const
[function]
[call site]
00436
pybind11::object::object(pybind11::object const&)
[function]
[call site]
00437
PyType_HasFeature(_typeobject*, unsigned long)
[function]
[call site]
00438
PyUnicode_AsUTF8String
[call site]
00439
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00440
pybind11::object pybind11::reinterpret_steal<pybind11::object>(pybind11::handle)
[function]
[call site]
00441
pybind11::object::operator=(pybind11::object&&)
[function]
[call site]
00442
pybind11::object::~object()
[function]
[call site]
00443
pybind11::handle::operator bool() const
[function]
[call site]
00444
__cxa_allocate_exception
[call site]
00445
pybind11::error_already_set::error_already_set()
[function]
[call site]
00446
__cxa_throw
[call site]
00447
__cxa_free_exception
[call site]
00448
pybind11::handle::ptr()
[function]
[call site]
00449
PyBytes_AsStringAndSize
[call site]
00450
__cxa_allocate_exception
[call site]
00451
pybind11::error_already_set::error_already_set()
[function]
[call site]
00452
__cxa_throw
[call site]
00453
__cxa_free_exception
[call site]
00454
pybind11::object::~object()
[function]
[call site]
00455
pybind11::handle::ptr()
[function]
[call site]
00456
PyRun_StringFlags
[call site]
00457
__cxa_allocate_exception
[call site]
00458
pybind11::error_already_set::error_already_set()
[function]
[call site]
00459
__cxa_throw
[call site]
00460
__cxa_free_exception
[call site]
00461
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00462
pybind11::object pybind11::reinterpret_steal<pybind11::object>(pybind11::handle)
[function]
[call site]
00463
pybind11::object::~object()
[function]
[call site]
00464
pybind11::object::~object()
[function]
[call site]
00465
pybind11::dict::~dict()
[function]
[call site]
00466
pybind11::str::~str()
[function]
[call site]
00467
pybind11::dict::~dict()
[function]
[call site]
00468
__cxa_guard_abort
[call site]
00469
__cxa_begin_catch
[call site]
00470
__cxa_end_catch
[call site]
00471
pybind11::module_::import(char const*)
[function]
[call site]
00472
pybind11::object::object(pybind11::object&&)
[function]
[call site]
00473
pybind11::module_::~module_()
[function]
[call site]
00474
pybind11::detail::object_api<pybind11::handle>::attr(char const*) const
[function]
[call site]
00475
pybind11::detail::accessor<pybind11::detail::accessor_policies::str_attr>::operator pybind11::object() const
[function]
[call site]
00476
pybind11::detail::accessor<pybind11::detail::accessor_policies::str_attr>::get_cache() const
[function]
[call site]
00477
pybind11::object::object(pybind11::object const&)
[function]
[call site]
00478
pybind11::detail::accessor<pybind11::detail::accessor_policies::str_attr>::~accessor()
[function]
[call site]
00479
pybind11::object::~object()
[function]
[call site]
00480
__cxa_begin_catch
[call site]
00481
__cxa_end_catch
[call site]
00482
pybind11::none::none()
[function]
[call site]
00483
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00484
pybind11::object::object(pybind11::handle, pybind11::object::borrowed_t)
[function]
[call site]
00485
pybind11::typing::Tuple<char const*, pybind11::none> pybind11::make_tuple<(pybind11::return_value_policy)1, char const*, pybind11::none>(char const*&&, pybind11::none&&)
[function]
[call site]
00486
_ZN8pybind116handleC2IDnTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES4_
[function]
[call site]
00487
pybind11::detail::type_caster<char, void>::cast(char const*, pybind11::return_value_policy, pybind11::handle)
[function]
[call site]
00488
pybind11::none::none()
[function]
[call site]
00489
pybind11::object::release()
[function]
[call site]
00490
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00491
pybind11::none::~none()
[function]
[call site]
00492
pybind11::object::~object()
[function]
[call site]
00493
pybind11::detail::string_caster<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false>::cast(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, pybind11::return_value_policy, pybind11::handle)
[function]
[call site]
00494
pybind11::detail::string_caster<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, false>::decode_utfN(char const*, long)
[function]
[call site]
00495
PyUnicode_DecodeUTF8
[call site]
00496
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00497
pybind11::handle::operator bool() const
[function]
[call site]
00498
__cxa_allocate_exception
[call site]
00499
pybind11::error_already_set::error_already_set()
[function]
[call site]
00500
__cxa_throw
[call site]
00501
pybind11::error_already_set::~error_already_set()
[function]
[call site]
00502
__cxa_free_exception
[call site]
00503
pybind11::object pybind11::reinterpret_steal<pybind11::object>(pybind11::handle)
[function]
[call site]
00504
pybind11::detail::pyobject_caster<pybind11::none>::cast(pybind11::handle const&, pybind11::return_value_policy, pybind11::handle)
[function]
[call site]
00505
pybind11::handle::inc_ref() const &
[function]
[call site]
00506
pybind11::handle::operator bool() const
[function]
[call site]
00507
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > pybind11::type_id<char const*>()
[function]
[call site]
00508
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > pybind11::type_id<pybind11::none>()
[function]
[call site]
00509
__cxa_allocate_exception
[call site]
00510
pybind11::cast_error_unable_to_convert_call_arg(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
[function]
[call site]
00511
pybind11::cast_error::runtime_error(std::__1::basic_string<char, std::runtime_error::char_traits<char>, std::runtime_error::allocator<char> > const&)
[function]
[call site]
00512
__cxa_throw
[call site]
00513
pybind11::object::~object()
[function]
[call site]
00514
__cxa_free_exception
[call site]
00515
_ZN8pybind115tupleC2ImTnNSt3__19enable_ifIXsr11is_integralIT_EE5valueEiE4typeELi0EEES4_
[function]
[call site]
00516
long pybind11::ssize_t_cast<unsigned long>(unsigned long const&)
[function]
[call site]
00517
PyTuple_New
[call site]
00518
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00519
pybind11::object::object(pybind11::handle, pybind11::object::stolen_t)
[function]
[call site]
00520
pybind11::pybind11_fail(char const*)
[function]
[call site]
00521
pybind11::object::~object()
[function]
[call site]
00522
pybind11::object::release()
[function]
[call site]
00523
pybind11::handle::ptr()
[function]
[call site]
00524
PyType_HasFeature(_typeobject*, unsigned long)
[function]
[call site]
00525
__assert_fail
[call site]
00526
pybind11::tuple::~tuple()
[function]
[call site]
00527
pybind11::object::~object()
[function]
[call site]
00528
pybind11::typing::Tuple<char const*, pybind11::none>::tuple(pybind11::object&&)
[function]
[call site]
00529
pybind11::tuple::tuple(pybind11::object&&)
[function]
[call site]
00530
pybind11::tuple::check_(pybind11::handle)
[function]
[call site]
00531
pybind11::handle::ptr()
[function]
[call site]
00532
PyType_HasFeature(_typeobject*, unsigned long)
[function]
[call site]
00533
pybind11::object::release()
[function]
[call site]
00534
PySequence_Tuple
[call site]
00535
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00536
pybind11::object::object(pybind11::handle, pybind11::object::stolen_t)
[function]
[call site]
00537
__cxa_allocate_exception
[call site]
00538
pybind11::error_already_set::error_already_set()
[function]
[call site]
00539
__cxa_throw
[call site]
00540
__cxa_free_exception
[call site]
00541
pybind11::object::~object()
[function]
[call site]
00542
pybind11::tuple::tuple(pybind11::tuple&&)
[function]
[call site]
00543
pybind11::object::object(pybind11::object&&)
[function]
[call site]
00544
pybind11::typing::Tuple<char const*, pybind11::none>::~Tuple()
[function]
[call site]
00545
pybind11::tuple::~tuple()
[function]
[call site]
00546
pybind11::none::~none()
[function]
[call site]
00547
pybind11::module_::import(char const*)
[function]
[call site]
00548
pybind11::detail::object_api<pybind11::handle>::attr(char const*) const
[function]
[call site]
00549
pybind11::detail::accessor<pybind11::detail::accessor_policies::str_attr>::operator pybind11::object() const
[function]
[call site]
00550
pybind11::detail::accessor<pybind11::detail::accessor_policies::str_attr>::~accessor()
[function]
[call site]
00551
pybind11::module_::~module_()
[function]
[call site]
00552
pybind11::object pybind11::detail::object_api<pybind11::handle>::operator()<(pybind11::return_value_policy)1, char const*>(char const*&&) const
[function]
[call site]
00553
PyGILState_Check
[call site]
00554
pybind11::pybind11_fail(char const*)
[function]
[call site]
00555
pybind11::detail::unpacking_collector<(pybind11::return_value_policy)1> pybind11::detail::collect_arguments<(pybind11::return_value_policy)1, char const*>(char const*&&)
[function]
[call site]
00556
pybind11::detail::unpacking_collector<(pybind11::return_value_policy)1>::unpacking_collector<char const*>(char const*&&)
[function]
[call site]
00557
pybind11::detail::ref_small_vector<6ul>::ref_small_vector()
[function]
[call site]
00558
pybind11::detail::small_vector<_object*, 6ul>::small_vector()
[function]
[call site]
00559
pybind11::detail::inline_array_or_vector<_object*, 6ul, _object*>::inline_array_or_vector()
[function]
[call site]
00560
pybind11::detail::inline_array_or_vector<_object*, 6ul, _object*>::inline_array::inline_array()
[function]
[call site]
00561
pybind11::handle::handle()
[function]
[call site]
00562
pybind11::tuple pybind11::reinterpret_steal<pybind11::tuple>(pybind11::handle)
[function]
[call site]
00563
pybind11::tuple::tuple(pybind11::handle, pybind11::object::stolen_t)
[function]
[call site]
00564
pybind11::detail::ref_small_vector<6ul>::reserve(unsigned long)
[function]
[call site]
00565
pybind11::detail::small_vector<_object*, 6ul>::reserve(unsigned long)
[function]
[call site]
00566
pybind11::detail::small_vector<_object*, 6ul>::is_inline() const
[function]
[call site]
00567
pybind11::detail::inline_array_or_vector<_object*, 6ul, _object*>::is_inline() const
[function]
[call site]
00568
pybind11::detail::small_vector<_object*, 6ul>::move_to_heap_vector_with_reserved_size(unsigned long)
[function]
[call site]
00569
pybind11::detail::small_vector<_object*, 6ul>::is_inline() const
[function]
[call site]
00570
__assert_fail
[call site]
00571
pybind11::detail::inline_array_or_vector<_object*, 6ul, _object*>::heap_vector::heap_vector()
[function]
[call site]
00572
pybind11::detail::inline_array_or_vector<_object*, 6ul, _object*>::heap_vector::heap_vector(pybind11::detail::inline_array_or_vector<_object*, 6ul, _object*>::heap_vector&&)
[function]
[call site]
00573
pybind11::detail::inline_array_or_vector<_object*, 6ul, _object*>::heap_vector::~heap_vector()
[function]
[call site]
00574
pybind11::detail::small_vector<_object*, 6ul>::reserve_slow_path(unsigned long)
[function]
[call site]
00575
pybind11::detail::ref_small_vector<6ul>::push_back_null()
[function]
[call site]
00576
pybind11::detail::small_vector<_object*, 6ul>::push_back(_object*&&)
[function]
[call site]
00577
void pybind11::detail::small_vector<_object*, 6ul>::emplace_back<_object*>(_object*&&)
[function]
[call site]
00578
pybind11::detail::small_vector<_object*, 6ul>::is_inline() const
[function]
[call site]
00579
pybind11::detail::small_vector<_object*, 6ul>::move_to_heap_vector_with_reserved_size(unsigned long)
[function]
[call site]
00580
pybind11::handle::handle()
[function]
[call site]
00581
pybind11::list pybind11::reinterpret_steal<pybind11::list>(pybind11::handle)
[function]
[call site]
00582
pybind11::list::list(pybind11::handle, pybind11::object::stolen_t)
[function]
[call site]
00583
pybind11::object::object(pybind11::handle, pybind11::object::stolen_t)
[function]
[call site]
00584
void pybind11::detail::unpacking_collector<(pybind11::return_value_policy)1>::process<char const*>(pybind11::list&, char const*&&)
[function]
[call site]
00585
pybind11::handle::handle()
[function]
[call site]
00586
pybind11::detail::type_caster<char, void>::cast(char const*, pybind11::return_value_policy, pybind11::handle)
[function]
[call site]
00587
pybind11::handle::operator bool() const
[function]
[call site]
00588
__cxa_allocate_exception
[call site]
00589
pybind11::detail::ref_small_vector<6ul>::size() const
[function]
[call site]
00590
pybind11::detail::small_vector<_object*, 6ul>::size() const
[function]
[call site]
00591
pybind11::detail::small_vector<_object*, 6ul>::is_inline() const
[function]
[call site]
00592
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > pybind11::type_id<char const*>()
[function]
[call site]
00593
pybind11::cast_error_unable_to_convert_call_arg(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)
[function]
[call site]
00594
__cxa_throw
[call site]
00595
__cxa_free_exception
[call site]
00596
pybind11::handle::ptr()
[function]
[call site]
00597
pybind11::detail::ref_small_vector<6ul>::push_back_steal(_object*)
[function]
[call site]
00598
pybind11::detail::small_vector<_object*, 6ul>::push_back(_object* const&)
[function]
[call site]
00599
void pybind11::detail::small_vector<_object*, 6ul>::emplace_back<_object* const&>(_object* const&)
[function]
[call site]
00600
pybind11::list::~list()
[function]
[call site]
00601
pybind11::object::~object()
[function]
[call site]
00602
pybind11::tuple::~tuple()
[function]
[call site]
00603
pybind11::detail::ref_small_vector<6ul>::~ref_small_vector()
[function]
[call site]
00604
pybind11::detail::small_vector<_object*, 6ul>::size() const
[function]
[call site]
00605
pybind11::detail::small_vector<_object*, 6ul>::operator[](unsigned long)
[function]
[call site]
00606
pybind11::detail::small_vector<_object*, 6ul>::size() const
[function]
[call site]
00607
__assert_fail
[call site]
00608
pybind11::detail::small_vector<_object*, 6ul>::is_inline() const
[function]
[call site]
00609
_Py_XDECREF(_object*)
[function]
[call site]
00610
pybind11::detail::small_vector<_object*, 6ul>::~small_vector()
[function]
[call site]
00611
pybind11::detail::inline_array_or_vector<_object*, 6ul, _object*>::~inline_array_or_vector()
[function]
[call site]
00612
pybind11::detail::inline_array_or_vector<_object*, 6ul, _object*>::is_inline() const
[function]
[call site]
00613
pybind11::detail::inline_array_or_vector<_object*, 6ul, _object*>::heap_vector::~heap_vector()
[function]
[call site]
00614
__clang_call_terminate
[call site]
00615
pybind11::detail::object_api<pybind11::handle>::derived() const
[function]
[call site]
00616
pybind11::handle::ptr() const
[function]
[call site]
00617
pybind11::detail::unpacking_collector<(pybind11::return_value_policy)1>::call(_object*) const
[function]
[call site]
00618
pybind11::detail::ref_small_vector<6ul>::size() const
[function]
[call site]
00619
pybind11::handle::operator bool() const
[function]
[call site]
00620
pybind11::tuple::size() const
[function]
[call site]
00621
PyTuple_Size
[call site]
00622
pybind11::detail::ref_small_vector<6ul>::data() const
[function]
[call site]
00623
pybind11::detail::small_vector<_object*, 6ul>::data() const
[function]
[call site]
00624
pybind11::detail::small_vector<_object*, 6ul>::is_inline() const
[function]
[call site]
00625
pybind11::handle::ptr() const
[function]
[call site]
00626
PyObject_Vectorcall(_object*, _object* const*, unsigned long, _object*)
[function]
[call site]
00627
PyThreadState_Get
[call site]
00628
_PyObject_VectorcallTstate(_ts*, _object*, _object* const*, unsigned long, _object*)
[function]
[call site]
00629
PyType_HasFeature(_typeobject*, unsigned long)
[function]
[call site]
00630
__assert_fail
[call site]
00631
PyVectorcall_NARGS(unsigned long)
[function]
[call site]
00632
__assert_fail
[call site]
00633
PyVectorcall_Function(_object*)
[function]
[call site]
00634
__assert_fail
[call site]
00635
PyType_HasFeature(_typeobject*, unsigned long)
[function]
[call site]
00636
PyCallable_Check
[call site]
00637
__assert_fail
[call site]
00638
__assert_fail
[call site]
00639
PyVectorcall_NARGS(unsigned long)
[function]
[call site]
00640
_PyObject_MakeTpCall
[call site]
00641
_Py_CheckFunctionResult
[call site]
00642
__cxa_allocate_exception
[call site]
00643
pybind11::error_already_set::error_already_set()
[function]
[call site]
00644
__cxa_throw
[call site]
00645
pybind11::error_already_set::~error_already_set()
[function]
[call site]
00646
__cxa_free_exception
[call site]
00647
_ZN8pybind116handleC2IP7_objectTnNSt3__19enable_ifIXsr6detail25is_pyobj_ptr_or_nullptr_tIT_EE5valueEiE4typeELi0EEES6_
[function]
[call site]
00648
pybind11::object pybind11::reinterpret_steal<pybind11::object>(pybind11::handle)
[function]
[call site]
00649
pybind11::detail::unpacking_collector<(pybind11::return_value_policy)1>::~unpacking_collector()
[function]
[call site]
00650
pybind11::tuple::~tuple()
[function]
[call site]
00651
pybind11::detail::ref_small_vector<6ul>::~ref_small_vector()
[function]
[call site]
00652
pybind11::detail::object_api<pybind11::handle>::attr(char const*) const
[function]
[call site]
00653
pybind11::object pybind11::detail::object_api<pybind11::detail::accessor<pybind11::detail::accessor_policies::str_attr> >::operator()<(pybind11::return_value_policy)1>() const
[function]
[call site]
00654
pybind11::detail::unpacking_collector<(pybind11::return_value_policy)1> pybind11::detail::collect_arguments<(pybind11::return_value_policy)1>()
[function]
[call site]
00655
pybind11::detail::unpacking_collector<(pybind11::return_value_policy)1>::unpacking_collector<>()
[function]
[call site]
00656
pybind11::detail::object_api<pybind11::detail::accessor<pybind11::detail::accessor_policies::str_attr> >::derived() const
[function]
[call site]
00657
pybind11::detail::accessor<pybind11::detail::accessor_policies::str_attr>::ptr() const
[function]
[call site]
00658
pybind11::detail::accessor<pybind11::detail::accessor_policies::str_attr>::~accessor()
[function]
[call site]
00659
pybind11::object::~object()
[function]
[call site]
00660
pybind11::tuple::~tuple()
[function]
[call site]
00661
__cxa_begin_catch
[call site]
00662
__cxa_end_catch
[call site]
00663
pybind11::str::str(char const*)
[function]
[call site]
00664
pybind11::object::object(pybind11::object&&)
[function]
[call site]
00665
pybind11::str::~str()
[function]
[call site]
00666
pybind11::object::~object()
[function]
[call site]
00667
__cxa_begin_catch
[call site]
00668
__cxa_end_catch
[call site]
00669