[issue45207] test_gdb logs "Function ... not defined" messages

2021-09-15 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Victor! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue45207] test_gdb logs "Function ... not defined" messages

2021-09-15 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 1c70efcbb57ab4eb65ca604b39606fceff6db4f5 by Miss Islington (bot) in branch '3.9': bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355) (GH-28366) https://github.com/python/cpython/commit/1c70efcbb57ab4eb65ca604b39606fceff6db4f5 --

[issue45207] test_gdb logs "Function ... not defined" messages

2021-09-15 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset bbaf5c27e659cf372c34a6fe7ca31a2f5cb20a50 by Miss Islington (bot) in branch '3.10': bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355) (GH-28365) https://github.com/python/cpython/commit/bbaf5c27e659cf372c34a6fe7ca31a2f5cb20a50 -

[issue45207] test_gdb logs "Function ... not defined" messages

2021-09-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +26780 pull_request: https://github.com/python/cpython/pull/28366 ___ Python tracker ___ __

[issue45207] test_gdb logs "Function ... not defined" messages

2021-09-15 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 84a6061e29e9dc13909bdf6f541f48c2a4f1d410 by Victor Stinner in branch 'main': bpo-45207: Make test_gdb.test_pycfunction() quiet (GH-28355) https://github.com/python/cpython/commit/84a6061e29e9dc13909bdf6f541f48c2a4f1d410 -- nosy: +lukasz.l

[issue45207] test_gdb logs "Function ... not defined" messages

2021-09-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +26779 pull_request: https://github.com/python/cpython/pull/28365 ___ Python tracker _

[issue45207] test_gdb logs "Function ... not defined" messages

2021-09-15 Thread STINNER Victor
Change by STINNER Victor : -- versions: +Python 3.10, Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue45207] test_gdb logs "Function ... not defined" messages

2021-09-15 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +26769 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28355 ___ Python tracker ___ _

[issue45207] test_gdb logs "Function ... not defined" messages

2021-09-15 Thread STINNER Victor
New submission from STINNER Victor : test_gdb logs many messages. I would prefer a quiet output: 0:02:05 load avg: 11.65 [155/427] test_gdb passed (...) Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not def