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
We should build a linked list of string objects, stored in libpy.so, which owns the memory for the function name and docstring. In the worst case scenario, there will be 2 copies of the name in memory, in the best case scenario, we will avoid a potential use after free.
The text was updated successfully, but these errors were encountered:
We should build a linked list of string objects, stored in
libpy.so
, which owns the memory for the function name and docstring. In the worst case scenario, there will be 2 copies of the name in memory, in the best case scenario, we will avoid a potential use after free.The text was updated successfully, but these errors were encountered: