3 | | I've Google'd around, and see other references to the contract of th C API being broken. Sadly, I don't see any obvious way to narrow down the cuplrit short of strace. |
| 3 | I've Google'd around, and see other references to the contract of the C API being broken. Sadly, I don't see any obvious way to narrow down the culprit short of strace. Naturally, as soon as i turned on strace, I get no more errors. However, I also noticed, on what I guess from the paths quoted is a Mac rather than my Ubuntu system: |
| 4 | |
| 5 | [https://stackoverflow.com/questions/46039562/django-with-extend-database] |
| 6 | |
| 7 | with comments suggesting static files and other possible root causes. For me, this suggests some CPython package that is pulled in somewhat commonly with Django, but perhaps not always. |