SIGN IN SIGN UP

bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)

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.
V
Victor Stinner committed
6d0ee60740f2862a878f009671b1aaa75aeb0c2a
Parent: e5ccc94
Committed by GitHub <noreply@github.com> on 3/9/2020, 6:35:26 PM