]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355) (GH-28366)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 15 Sep 2021 19:11:21 +0000 (12:11 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 19:11:21 +0000 (21:11 +0200)
commit1c70efcbb57ab4eb65ca604b39606fceff6db4f5
tree18921a53ef3d4ca69f92554f166d7b6f70c46516
parent97802a8edb3f15aef9ecc1cac97c4c1b4ed3fdfc
bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355) (GH-28366)

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

    Function "meth_varargs" not defined.
(cherry picked from commit 84a6061e29e9dc13909bdf6f541f48c2a4f1d410)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_gdb.py