blob: 2c845e7df79354783ed35267b89b0b4ab1ef75b0 (
plain)
1
2
3
4
|
Port python-gdb.py to FreeBSD. python-gdb.py now checks for "take_gil"
function name to check if a frame tries to acquire the GIL, instead of
checking for "pthread_cond_timedwait" which is specific to Linux and can be
a different condition than the GIL.
|