11/12/2022
•
EN
Mutating Python tuples by C FFI abuse
Explores how to mutate Python tuples, which are normally immutable, by using the C Foreign Function Interface (ctypes) to directly manipulate memory.