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

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