Debugging a segfault in a python ctypes project
When 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...
astro.hashnode.dev1 min read