]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)
authorVictor Stinner <vstinner@python.org>
Mon, 9 Mar 2020 18:35:26 +0000 (19:35 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 18:35:26 +0000 (19:35 +0100)
commit6d0ee60740f2862a878f009671b1aaa75aeb0c2a
tree9f698f0abb3d9c70cc21d4162735339001ff275a
parente5ccc94bbb153431698b2391df625e8d47a93276
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.
Misc/NEWS.d/next/Tools-Demos/2020-03-09-13-28-13.bpo-36184.BMPJ0D.rst [new file with mode: 0644]
Tools/gdb/libpython.py