Array is a data structure consisting of a collection of elements, of same memory size, each identified by an index. Memory address of an element can be computed by [array_start_address] + ([size] * ...
Observed behaviour: When exiting a Python script after constructing a bound class with an initialized static pybind11::array_t, there is a segfault calling decref on the array on Python 3.12. Expected ...