Eli Ribble added the comment:
You can feel free to close the bug - I no longer work for the company that had
this problem and I was only reporting the bug because the documentation
specifically requested I do so. I don't have the ability now to try upgrading
the version of Python to s
Eli Ribble added the comment:
To my knowledge, no, we don't use any python extensions. Unless extensions can
be installed via pip, in which case I would need to audit our many dependencies
to determine if any of them ultimately pull in any extensions as part of a pip
install.
I
New submission from Eli Ribble :
We've had about 200 occurrences of this error in various parts of our code. I
have captured stack traces using sentry so I may be able to provide more detail
if requested. The ultimate problem is that a SystemError is raised from within
contextlib. The me