mirror of https://github.com/python/cpython
Browse Source
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.pull/18883/head
committed by
GitHub
2 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue