Post B6XNen4QjpgI8l7cPY by natalie@my.softerhearts.club
 (DIR) More posts by natalie@my.softerhearts.club
 (DIR) Post #B6XMDmuj71Dhsk8xCC by lethalbit@chaos.social
       0 likes, 0 repeats
       
       Oh, to any of my Python abyss-staring friends, any thoughts on how to best derive from an object that exists in pure Python, but from FFI land?I've not found any good guidance on this, which I guess makes sense, it's an absurd thought, lmao, but I kinda need to do it.
       
 (DIR) Post #B6XNen4QjpgI8l7cPY by natalie@my.softerhearts.club
       0 likes, 0 repeats
       
       @lethalbit@chaos.social All I can think is instatiating the parent class in ffi-lang and then monkey patching the methods on that specific instance that you want to override.... But I'm really not sure how much that messes with the python class system....
       
 (DIR) Post #B6XNenTbEFoXOotids by lethalbit@chaos.social
       0 likes, 0 repeats
       
       @natalie Yeah, I've been trying that, but i've been having some issues with getting the memory layout correct,It might just be me doing something wrong though, I'll need to wiggle on it a bit more when I have time I guess.