Progress in wrangling the Python C API
Progress in wrangling the Python C API
Posted Nov 11, 2023 9:38 UTC (Sat) by DemiMarie (subscriber, #164188)In reply to: Progress in wrangling the Python C API by NYKevin
Parent article: Progress in wrangling the Python C API
The reason I mentioned ctypes is to show that one can already corrupt memory from within Python. “Don’t do that” = “if you change memory that you should not change and something breaks, you get to keep both pieces.”