Danny Priceastro.hashnode.devยทFeb 27, 2023Debugging a segfault in a python ctypes projectWhen a pure Python program crashes, a verbose traceback is printed. The traceback makes it easy to find where in your code things went wrong. However, if your Python program is wrapping some C code, you need to run through a few hoops to see what wen...501 readsPythonAdd a thoughtful commentNo comments yetBe the first to start the conversation.