]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041)
authorVictor Stinner <vstinner@python.org>
Fri, 30 Oct 2020 20:09:48 +0000 (21:09 +0100)
committerGitHub <noreply@github.com>
Fri, 30 Oct 2020 20:09:48 +0000 (21:09 +0100)
commitb9ee4af4c643a323779fd7076e80b29d611f2709
tree277e79bb5d5c210d5fed42789782e8bd87645596
parentdff1ad509051f7e07e77d1e3ec83314d53fb1118
bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041)

The gcmodule.c collect() function was renamed to gc_collect_main():
update gdb/libpython.py (python-gdb.py).
Tools/gdb/libpython.py