I'm writing a multi-threaded Python application, which will behave differently on systems, depending on the details of the GIL implementation.
Is there a general purpose way for me to test whether the intepreter I'm running on has a CPython style GIL?