cpython/Tools/gdb
Victor Stinner 6d0ee60740
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.
2020-03-09 19:35:26 +01:00
..
libpython.py bpo-36184: Port python-gdb.py to FreeBSD (GH-18873) 2020-03-09 19:35:26 +01:00