You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Python] Implement NumPy array lifetime management for RDataFrame in C++
Implement NumPy array lifetime management for RDataFrame purely in C++,
so we don't need to call back into Python. This is more stable, as the
Python callback might be destroyed before the RDataSource when the
Python interpreter is shut down.
Follows up on #15031.
We can further follow up on this by moving the Python object deleter
callback part of the Cppyy API, so we don't have to use
`gInterpreter.Declare`.
Closes#19706.
0 commit comments