]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355)
authorVictor Stinner <vstinner@python.org>
Wed, 15 Sep 2021 18:21:06 +0000 (20:21 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 18:21:06 +0000 (20:21 +0200)
commit84a6061e29e9dc13909bdf6f541f48c2a4f1d410
tree7014282d2b1aa68f0ed54d961b6b7d57a105fbbb
parentcc057ff5227b3a4ded637caa7ba51b67b06abaaa
bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355)

test_gdb.test_pycfunction() now ignores gdb stderr, it no longer logs
messages like:

    Function "meth_varargs" not defined.
Lib/test/test_gdb.py