mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
6d0ee60740
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.